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