Cream (Yellow)
#F2FFCC
RGB: 242, 255, 204
Color OverviewHEX #F2FFCC
#F2FFCC Color Code Information
In the RGB color space, #F2FFCC is composed of 95% red, 100% green, and 80% blue. In the HSL color space, it has a hue of 75°, saturation of 100%, and lightness of 90%.
HEX
#F2FFCC
RGB
242, 255, 204
HSL
75°, 100%, 90%
HSV
75°, 20%, 100%
CMYK
5%, 0%, 20%, 0%
Name Match
Cream
Closest StandardShades of #F2FFCC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F2FFCC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F2FFCC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F2FFCC
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F2FFCC Background
Contrast Ratio against Pure White (#FFFFFF):1.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F2FFCC Background
Contrast Ratio against Pure Black (#000000):19.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F2FFCC;
}
.element {
color: #F2FFCC;
background-color: #F2FFCC;
border-color: #F2FFCC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F2FFCC] text-[#F2FFCC] border-[#F2FFCC]"> Content styled with #F2FFCC </div>