#cbfcf3
a pale, electric cyan · cool · closest name: ivory
RGB
203, 252, 243
HSL
169°, 89%, 89%
CMYK
19, 0, 4, 1
Luminance
0.8879
Every format
| HEX | #cbfcf3 |
| RGB | rgb(203, 252, 243) |
| HSL | hsl(169, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 4%, 1%) |
| LAB | lab(95.5 -17.3 -0.8) |
| LCH | lch(95.5 17.3 182.8) |
| OKLCH | oklch(0.955 0.051 182.8) |
Copy-ready code
/* CSS */
color: #cbfcf3;
background-color: #cbfcf3;
/* Tailwind (arbitrary) */
class="text-[#cbfcf3] bg-[#cbfcf3]"
/* SCSS */
$brand: #cbfcf3;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#cbfcf3")Accessibility — WCAG contrast
Aa
#cbfcf3 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcf3 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue95.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#cbfcf3 text on a black background
contrast 18.76:1
Card sample
#cbfcf3 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcf3;
Background color
Panel with #cbfcf3 background
background-color: #cbfcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcf3; background: linear-gradient(135deg, #cbfcf3, #CBE4FC);