#cbfefc
a pale, electric cyan · cool · closest name: white
RGB
203, 254, 252
HSL
178°, 96%, 90%
CMYK
20, 0, 1, 0
Luminance
0.9061
Every format
| HEX | #cbfefc |
| RGB | rgb(203, 254, 252) |
| HSL | hsl(178, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 1%, 0%) |
| LAB | lab(96.3 -16.4 -4.4) |
| LCH | lch(96.3 17.0 194.9) |
| OKLCH | oklch(0.962 0.052 193.4) |
Copy-ready code
/* CSS */
color: #cbfefc;
background-color: #cbfefc;
/* Tailwind (arbitrary) */
class="text-[#cbfefc] bg-[#cbfefc]"
/* SCSS */
$brand: #cbfefc;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#cbfefc")Accessibility — WCAG contrast
Aa
#cbfefc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfefc on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue98.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#cbfefc text on a black background
contrast 19.12:1
Card sample
#cbfefc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfefc;
Background color
Panel with #cbfefc background
background-color: #cbfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfefc; background: linear-gradient(135deg, #cbfefc, #CBDEFE);