Pastel Pea Color Hex Code
#bee7a5What is Pastel Pea Color Hex Code Color?
Pastel Pea Color Hex Code is a light, moderately saturated green color with the hex code #bee7a5. Its RGB value is rgb(190, 231, 165), meaning it contains 190 red, 231 green, and 165 blue light values. In the HSL color model, it has a hue of 97°, saturation of 58%, and lightness of 78%.
Pastel Pea Color Hex Code Color Codes
Here are all the color format codes for Pastel Pea Color Hex Code:
- HEX: #bee7a5
- RGB: rgb(190, 231, 165)
- HSL: hsl(97°, 58%, 78%)
- CMYK: cmyk(18%, 0%, 29%, 9%)
- Android/Flutter: Color(0xFFBEE7A5)
- Swift UIColor: UIColor(red: 0.745, green: 0.906, blue: 0.647, alpha: 1.0)
Is Pastel Pea Color Hex Code Accessible?
Pastel Pea Color Hex Code (#bee7a5) passes WCAG AA accessibility standards. It has a contrast ratio of 1.38:1 against white and 15.16:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Pea Color Hex Code in Design
Pastel Pea Color Hex Code is a light green tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#cea6e7
for strong contrast.
In CSS, you can use it directly as color: #bee7a5; or
background-color: #bee7a5;.
Pastel Pea Color Hex Code Shades and Tints
Shades of Pastel Pea Color Hex Code are created by mixing it with black, ranging from the original #bee7a5 down to near-black #a9cd93. Tints are made by adding white — from the base color up to near-white #f8fcf5. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Pea Color Hex Code Color Harmonies
The complementary color of Pastel Pea Color Hex Code is #cea6e7. Its analogous colors are #a6e7ae and #e0e7a6. For a triadic palette, combine it with #a6bfe7 and #e7a6bf.
Frequently Asked Questions
What is the hex code for Pastel Pea Color Hex Code?
The hex code for Pastel Pea Color Hex Code is #bee7a5.
What is the RGB value of Pastel Pea Color Hex Code?
The RGB value is rgb(190, 231, 165). Red channel: 190/255, Green: 231/255, Blue: 165/255.
Is Pastel Pea Color Hex Code good for web accessibility?
Pastel Pea Color Hex Code has a contrast ratio of 1.38:1 with white and 15.16:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Pea Color Hex Code?
Pastel Pea Color Hex Code pairs well with its complementary color #cea6e7, analogous colors #a6e7ae and #e0e7a6, or neutral whites and grays for a clean, modern look.
How do I use Pastel Pea Color Hex Code in CSS?
Use it in CSS like this:
background-color: #bee7a5;
color: #bee7a5;
Or as a CSS variable: --color-primary: #bee7a5;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #bee7a5;
--color-primary-rgb: 190, 231, 165;
--color-primary-hsl: 97 58% 78%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-pea-color-hex-code': {
DEFAULT: '#bee7a5',
100: '#ffffff',
200: '#f8fcf5',
300: '#f1faeb',
400: '#eaf7e1',
500: '#e3f5d8',
600: '#a9cd93',
700: '#94b480',
800: '#7f9a6e',
900: '#6a805c',
950: '#546749',
}
}
'base': #bee7a5,
'light': #f1faeb,
'dark': #94b480,
'rgb': 190, 231, 165
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.