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