#cbefff
a pale, electric cyan · cool · closest name: lavender
RGB
203, 239, 255
HSL
199°, 100%, 90%
CMYK
20, 6, 0, 0
Luminance
0.8165
Every format
| HEX | #cbefff |
| RGB | rgb(203, 239, 255) |
| HSL | hsl(199, 100%, 90%) |
| CMYK | cmyk(20%, 6%, 0%, 0%) |
| LAB | lab(92.4 -8.3 -11.6) |
| LCH | lch(92.4 14.3 234.4) |
| OKLCH | oklch(0.931 0.043 226.5) |
Copy-ready code
/* CSS */
color: #cbefff;
background-color: #cbefff;
/* Tailwind (arbitrary) */
class="text-[#cbefff] bg-[#cbefff]"
/* SCSS */
$brand: #cbefff;
/* SwiftUI */
Color(red: 0.796, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#cbefff")Accessibility — WCAG contrast
Aa
#cbefff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbefff on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.7%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cbefff text on a black background
contrast 17.33:1
Card sample
#cbefff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbefff;
Background color
Panel with #cbefff background
background-color: #cbefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbefff; background: linear-gradient(135deg, #cbefff, #CBCCFF);