Pastel Mint Color Hex Code
#cef0ccWhat is Pastel Mint Color Hex Code Color?
Pastel Mint Color Hex Code is a very light, pastel, moderately saturated green color with the hex code #cef0cc. Its RGB value is rgb(206, 240, 204), meaning it contains 206 red, 240 green, and 204 blue light values. In the HSL color model, it has a hue of 117°, saturation of 55%, and lightness of 87%.
Pastel Mint Color Hex Code Color Codes
Here are all the color format codes for Pastel Mint Color Hex Code:
- HEX: #cef0cc
- RGB: rgb(206, 240, 204)
- HSL: hsl(117°, 55%, 87%)
- CMYK: cmyk(14%, 0%, 15%, 6%)
- Android/Flutter: Color(0xFFCEF0CC)
- Swift UIColor: UIColor(red: 0.808, green: 0.941, blue: 0.800, alpha: 1.0)
Is Pastel Mint Color Hex Code Accessible?
Pastel Mint Color Hex Code (#cef0cc) passes WCAG AA accessibility standards. It has a contrast ratio of 1.24:1 against white and 16.96: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 Mint Color Hex Code in Design
Pastel Mint Color Hex Code is a very light, pastel green tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#eeccf0
for strong contrast.
In CSS, you can use it directly as color: #cef0cc; or
background-color: #cef0cc;.
Pastel Mint Color Hex Code Shades and Tints
Shades of Pastel Mint Color Hex Code are created by mixing it with black, ranging from the original #cef0cc down to near-black #b7d5b5. Tints are made by adding white — from the base color up to near-white #f9fdf9. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Mint Color Hex Code Color Harmonies
The complementary color of Pastel Mint Color Hex Code is #eeccf0. Its analogous colors are #ccf0dc and #e0f0cc. For a triadic palette, combine it with #cccdf0 and #f0cccd.
Frequently Asked Questions
What is the hex code for Pastel Mint Color Hex Code?
The hex code for Pastel Mint Color Hex Code is #cef0cc.
What is the RGB value of Pastel Mint Color Hex Code?
The RGB value is rgb(206, 240, 204). Red channel: 206/255, Green: 240/255, Blue: 204/255.
Is Pastel Mint Color Hex Code good for web accessibility?
Pastel Mint Color Hex Code has a contrast ratio of 1.24:1 with white and 16.96:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Mint Color Hex Code?
Pastel Mint Color Hex Code pairs well with its complementary color #eeccf0, analogous colors #ccf0dc and #e0f0cc, or neutral whites and grays for a clean, modern look.
How do I use Pastel Mint Color Hex Code in CSS?
Use it in CSS like this:
background-color: #cef0cc;
color: #cef0cc;
Or as a CSS variable: --color-primary: #cef0cc;
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: #cef0cc;
--color-primary-rgb: 206, 240, 204;
--color-primary-hsl: 117 55% 87%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-mint-color-hex-code': {
DEFAULT: '#cef0cc',
100: '#ffffff',
200: '#f9fdf9',
300: '#f4fcf4',
400: '#eefaee',
500: '#e9f8e8',
600: '#b7d5b5',
700: '#a0bb9f',
800: '#89a088',
900: '#728571',
950: '#5c6b5b',
}
}
'base': #cef0cc,
'light': #f4fcf4,
'dark': #a0bb9f,
'rgb': 206, 240, 204
);
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.