#cfebe6
a pale, soft cyan · cool · closest name: white
RGB
207, 235, 230
HSL
169°, 41%, 87%
CMYK
12, 0, 2, 8
Luminance
0.7840
Every format
| HEX | #cfebe6 |
| RGB | rgb(207, 235, 230) |
| HSL | hsl(169, 41%, 87%) |
| CMYK | cmyk(12%, 0%, 2%, 8%) |
| LAB | lab(91.0 -10.1 -0.7) |
| LCH | lch(91.0 10.1 183.9) |
| OKLCH | oklch(0.918 0.030 183.7) |
Copy-ready code
/* CSS */
color: #cfebe6;
background-color: #cfebe6;
/* Tailwind (arbitrary) */
class="text-[#cfebe6] bg-[#cfebe6]"
/* SCSS */
$brand: #cfebe6;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.902)
/* Android */
Color.parseColor("#cfebe6")Accessibility — WCAG contrast
Aa
#cfebe6 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebe6 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue90.2%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow2.1%
Key (black)7.8%
Color previews
#cfebe6 text on a black background
contrast 16.68:1
Card sample
#cfebe6 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebe6;
Background color
Panel with #cfebe6 background
background-color: #cfebe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebe6; background: linear-gradient(135deg, #cfebe6, #CFDDEB);