#cbf3f1
a pale, vivid cyan · cool · closest name: white
RGB
203, 243, 241
HSL
177°, 63%, 88%
CMYK
17, 0, 1, 5
Luminance
0.8315
Every format
| HEX | #cbf3f1 |
| RGB | rgb(203, 243, 241) |
| HSL | hsl(177, 63%, 88%) |
| CMYK | cmyk(17%, 0%, 1%, 5%) |
| LAB | lab(93.1 -13.2 -3.3) |
| LCH | lch(93.1 13.6 194.1) |
| OKLCH | oklch(0.935 0.041 192.7) |
Copy-ready code
/* CSS */
color: #cbf3f1;
background-color: #cbf3f1;
/* Tailwind (arbitrary) */
class="text-[#cbf3f1] bg-[#cbf3f1]"
/* SCSS */
$brand: #cbf3f1;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.945)
/* Android */
Color.parseColor("#cbf3f1")Accessibility — WCAG contrast
Aa
#cbf3f1 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3f1 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue94.5%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow0.8%
Key (black)4.7%
Color previews
#cbf3f1 text on a black background
contrast 17.63:1
Card sample
#cbf3f1 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3f1;
Background color
Panel with #cbf3f1 background
background-color: #cbf3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3f1; background: linear-gradient(135deg, #cbf3f1, #CBDAF3);