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