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