#cfeaec
a pale, soft cyan · cool · closest name: white
RGB
207, 234, 236
HSL
184°, 43%, 87%
CMYK
12, 1, 0, 8
Luminance
0.7817
Every format
| HEX | #cfeaec |
| RGB | rgb(207, 234, 236) |
| HSL | hsl(184, 43%, 87%) |
| CMYK | cmyk(12%, 1%, 0%, 8%) |
| LAB | lab(90.9 -8.4 -4.0) |
| LCH | lch(90.9 9.3 205.2) |
| OKLCH | oklch(0.918 0.029 202.1) |
Copy-ready code
/* CSS */
color: #cfeaec;
background-color: #cfeaec;
/* Tailwind (arbitrary) */
class="text-[#cfeaec] bg-[#cfeaec]"
/* SCSS */
$brand: #cfeaec;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.925)
/* Android */
Color.parseColor("#cfeaec")Accessibility — WCAG contrast
Aa
#cfeaec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaec on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta0.8%
Yellow0.0%
Key (black)7.5%
Color previews
#cfeaec text on a black background
contrast 16.63:1
Card sample
#cfeaec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaec;
Background color
Panel with #cfeaec background
background-color: #cfeaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaec; background: linear-gradient(135deg, #cfeaec, #CFD7EC);