#cffbfe
a pale, electric cyan · cool · closest name: white
RGB
207, 251, 254
HSL
184°, 96%, 90%
CMYK
19, 1, 0, 0
Luminance
0.8942
Every format
| HEX | #cffbfe |
| RGB | rgb(207, 251, 254) |
| HSL | hsl(184, 96%, 90%) |
| CMYK | cmyk(19%, 1%, 0%, 0%) |
| LAB | lab(95.8 -13.3 -6.1) |
| LCH | lch(95.8 14.7 204.5) |
| OKLCH | oklch(0.958 0.045 201.5) |
Copy-ready code
/* CSS */
color: #cffbfe;
background-color: #cffbfe;
/* Tailwind (arbitrary) */
class="text-[#cffbfe] bg-[#cffbfe]"
/* SCSS */
$brand: #cffbfe;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#cffbfe")Accessibility — WCAG contrast
Aa
#cffbfe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbfe on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#cffbfe text on a black background
contrast 18.88:1
Card sample
#cffbfe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbfe;
Background color
Panel with #cffbfe background
background-color: #cffbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbfe; background: linear-gradient(135deg, #cffbfe, #CFDCFE);