#cbf2ff
a pale, electric cyan · cool · closest name: lavender
RGB
203, 242, 255
HSL
195°, 100%, 90%
CMYK
20, 5, 0, 0
Luminance
0.8342
Every format
| HEX | #cbf2ff |
| RGB | rgb(203, 242, 255) |
| HSL | hsl(195, 100%, 90%) |
| CMYK | cmyk(20%, 5%, 0%, 0%) |
| LAB | lab(93.2 -9.8 -10.4) |
| LCH | lch(93.2 14.3 226.7) |
| OKLCH | oklch(0.938 0.044 220.0) |
Copy-ready code
/* CSS */
color: #cbf2ff;
background-color: #cbf2ff;
/* Tailwind (arbitrary) */
class="text-[#cbf2ff] bg-[#cbf2ff]"
/* SCSS */
$brand: #cbf2ff;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#cbf2ff")Accessibility — WCAG contrast
Aa
#cbf2ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2ff on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cbf2ff text on a black background
contrast 17.68:1
Card sample
#cbf2ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2ff;
Background color
Panel with #cbf2ff background
background-color: #cbf2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2ff; background: linear-gradient(135deg, #cbf2ff, #CBCFFF);