#cbf6ff
a pale, electric cyan · cool · closest name: lavender
RGB
203, 246, 255
HSL
190°, 100%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8583
Every format
| HEX | #cbf6ff |
| RGB | rgb(203, 246, 255) |
| HSL | hsl(190, 100%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(94.2 -11.8 -8.9) |
| LCH | lch(94.2 14.8 216.9) |
| OKLCH | oklch(0.946 0.046 211.8) |
Copy-ready code
/* CSS */
color: #cbf6ff;
background-color: #cbf6ff;
/* Tailwind (arbitrary) */
class="text-[#cbf6ff] bg-[#cbf6ff]"
/* SCSS */
$brand: #cbf6ff;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#cbf6ff")Accessibility — WCAG contrast
Aa
#cbf6ff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6ff on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cbf6ff text on a black background
contrast 18.17:1
Card sample
#cbf6ff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6ff;
Background color
Panel with #cbf6ff background
background-color: #cbf6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6ff; background: linear-gradient(135deg, #cbf6ff, #CBD3FF);