#cbf4fe
a pale, electric cyan · cool · closest name: lavender
RGB
203, 244, 254
HSL
192°, 96%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8455
Every format
| HEX | #cbf4fe |
| RGB | rgb(203, 244, 254) |
| HSL | hsl(192, 96%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(93.7 -11.0 -9.2) |
| LCH | lch(93.7 14.4 219.7) |
| OKLCH | oklch(0.941 0.044 214.2) |
Copy-ready code
/* CSS */
color: #cbf4fe;
background-color: #cbf4fe;
/* Tailwind (arbitrary) */
class="text-[#cbf4fe] bg-[#cbf4fe]"
/* SCSS */
$brand: #cbf4fe;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#cbf4fe")Accessibility — WCAG contrast
Aa
#cbf4fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4fe on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cbf4fe text on a black background
contrast 17.91:1
Card sample
#cbf4fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4fe;
Background color
Panel with #cbf4fe background
background-color: #cbf4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4fe; background: linear-gradient(135deg, #cbf4fe, #CBD2FE);