#cbf6f3
a pale, vivid cyan · cool · closest name: white
RGB
203, 246, 243
HSL
176°, 71%, 88%
CMYK
18, 0, 1, 4
Luminance
0.8508
Every format
| HEX | #cbf6f3 |
| RGB | rgb(203, 246, 243) |
| HSL | hsl(176, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 1%, 4%) |
| LAB | lab(93.9 -14.3 -3.1) |
| LCH | lch(93.9 14.6 192.4) |
| OKLCH | oklch(0.942 0.044 191.2) |
Copy-ready code
/* CSS */
color: #cbf6f3;
background-color: #cbf6f3;
/* Tailwind (arbitrary) */
class="text-[#cbf6f3] bg-[#cbf6f3]"
/* SCSS */
$brand: #cbf6f3;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.953)
/* Android */
Color.parseColor("#cbf6f3")Accessibility — WCAG contrast
Aa
#cbf6f3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6f3 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue95.3%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow1.2%
Key (black)3.5%
Color previews
#cbf6f3 text on a black background
contrast 18.02:1
Card sample
#cbf6f3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6f3;
Background color
Panel with #cbf6f3 background
background-color: #cbf6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6f3; background: linear-gradient(135deg, #cbf6f3, #CBDCF6);