#cbfdfc
a pale, electric cyan · cool · closest name: white
RGB
203, 253, 252
HSL
179°, 93%, 89%
CMYK
20, 0, 0, 1
Luminance
0.8998
Every format
| HEX | #cbfdfc |
| RGB | rgb(203, 253, 252) |
| HSL | hsl(179, 93%, 89%) |
| CMYK | cmyk(20%, 0%, 0%, 1%) |
| LAB | lab(96.0 -15.9 -4.8) |
| LCH | lch(96.0 16.6 196.6) |
| OKLCH | oklch(0.959 0.051 194.8) |
Copy-ready code
/* CSS */
color: #cbfdfc;
background-color: #cbfdfc;
/* Tailwind (arbitrary) */
class="text-[#cbfdfc] bg-[#cbfdfc]"
/* SCSS */
$brand: #cbfdfc;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#cbfdfc")Accessibility — WCAG contrast
Aa
#cbfdfc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfdfc on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#cbfdfc text on a black background
contrast 19.00:1
Card sample
#cbfdfc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfdfc;
Background color
Panel with #cbfdfc background
background-color: #cbfdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfdfc; background: linear-gradient(135deg, #cbfdfc, #CBDDFD);