#cfffee
a pale, electric green · cool · closest name: ivory
RGB
207, 255, 238
HSL
159°, 100%, 91%
CMYK
19, 0, 7, 0
Luminance
0.9096
Every format
| HEX | #cfffee |
| RGB | rgb(207, 255, 238) |
| HSL | hsl(159, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 7%, 0%) |
| LAB | lab(96.4 -18.5 3.1) |
| LCH | lch(96.4 18.8 170.5) |
| OKLCH | oklch(0.962 0.054 171.6) |
Copy-ready code
/* CSS */
color: #cfffee;
background-color: #cfffee;
/* Tailwind (arbitrary) */
class="text-[#cfffee] bg-[#cfffee]"
/* SCSS */
$brand: #cfffee;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#cfffee")Accessibility — WCAG contrast
Aa
#cfffee on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffee on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue93.3%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#cfffee text on a black background
contrast 19.19:1
Card sample
#cfffee text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffee;
Background color
Panel with #cfffee background
background-color: #cfffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffee; background: linear-gradient(135deg, #cfffee, #CFF0FF);