#cfefeb
a pale, vivid cyan · cool · closest name: white
RGB
207, 239, 235
HSL
173°, 50%, 88%
CMYK
13, 0, 2, 6
Luminance
0.8100
Every format
| HEX | #cfefeb |
| RGB | rgb(207, 239, 235) |
| HSL | hsl(173, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 2%, 6%) |
| LAB | lab(92.1 -11.2 -1.6) |
| LCH | lch(92.1 11.3 188.0) |
| OKLCH | oklch(0.928 0.034 187.4) |
Copy-ready code
/* CSS */
color: #cfefeb;
background-color: #cfefeb;
/* Tailwind (arbitrary) */
class="text-[#cfefeb] bg-[#cfefeb]"
/* SCSS */
$brand: #cfefeb;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.922)
/* Android */
Color.parseColor("#cfefeb")Accessibility — WCAG contrast
Aa
#cfefeb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefeb on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue92.2%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow1.7%
Key (black)6.3%
Color previews
#cfefeb text on a black background
contrast 17.20:1
Card sample
#cfefeb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefeb;
Background color
Panel with #cfefeb background
background-color: #cfefeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefeb; background: linear-gradient(135deg, #cfefeb, #CFDEEF);