#cbf2fe
a pale, electric cyan · cool · closest name: lavender
RGB
203, 242, 254
HSL
194°, 96%, 90%
CMYK
20, 5, 0, 0
Luminance
0.8336
Every format
| HEX | #cbf2fe |
| RGB | rgb(203, 242, 254) |
| HSL | hsl(194, 96%, 90%) |
| CMYK | cmyk(20%, 5%, 0%, 0%) |
| LAB | lab(93.2 -10.0 -9.9) |
| LCH | lch(93.2 14.1 224.8) |
| OKLCH | oklch(0.937 0.043 218.4) |
Copy-ready code
/* CSS */
color: #cbf2fe;
background-color: #cbf2fe;
/* Tailwind (arbitrary) */
class="text-[#cbf2fe] bg-[#cbf2fe]"
/* SCSS */
$brand: #cbf2fe;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#cbf2fe")Accessibility — WCAG contrast
Aa
#cbf2fe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2fe on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cbf2fe text on a black background
contrast 17.67:1
Card sample
#cbf2fe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2fe;
Background color
Panel with #cbf2fe background
background-color: #cbf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2fe; background: linear-gradient(135deg, #cbf2fe, #CBD0FE);