#cbfff3
a pale, electric cyan · cool · closest name: ivory
RGB
203, 255, 243
HSL
166°, 100%, 90%
CMYK
20, 0, 5, 0
Luminance
0.9069
Every format
| HEX | #cbfff3 |
| RGB | rgb(203, 255, 243) |
| HSL | hsl(166, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 5%, 0%) |
| LAB | lab(96.3 -18.7 0.3) |
| LCH | lch(96.3 18.7 179.0) |
| OKLCH | oklch(0.961 0.055 179.4) |
Copy-ready code
/* CSS */
color: #cbfff3;
background-color: #cbfff3;
/* Tailwind (arbitrary) */
class="text-[#cbfff3] bg-[#cbfff3]"
/* SCSS */
$brand: #cbfff3;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#cbfff3")Accessibility — WCAG contrast
Aa
#cbfff3 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfff3 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue95.3%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#cbfff3 text on a black background
contrast 19.14:1
Card sample
#cbfff3 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfff3;
Background color
Panel with #cbfff3 background
background-color: #cbfff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfff3; background: linear-gradient(135deg, #cbfff3, #CBE8FF);