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