#cefbfb
a pale, electric cyan · cool · closest name: white
RGB
206, 251, 251
HSL
180°, 85%, 90%
CMYK
18, 0, 0, 2
Luminance
0.8908
Every format
| HEX | #cefbfb |
| RGB | rgb(206, 251, 251) |
| HSL | hsl(180, 85%, 90%) |
| CMYK | cmyk(18%, 0%, 0%, 2%) |
| LAB | lab(95.6 -14.3 -4.8) |
| LCH | lch(95.6 15.0 198.5) |
| OKLCH | oklch(0.957 0.046 196.4) |
Copy-ready code
/* CSS */
color: #cefbfb;
background-color: #cefbfb;
/* Tailwind (arbitrary) */
class="text-[#cefbfb] bg-[#cefbfb]"
/* SCSS */
$brand: #cefbfb;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.984)
/* Android */
Color.parseColor("#cefbfb")Accessibility — WCAG contrast
Aa
#cefbfb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbfb on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow0.0%
Key (black)1.6%
Color previews
#cefbfb text on a black background
contrast 18.82:1
Card sample
#cefbfb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbfb;
Background color
Panel with #cefbfb background
background-color: #cefbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbfb; background: linear-gradient(135deg, #cefbfb, #CEDDFB);