#cbeef2
a pale, vivid cyan · cool · closest name: white
RGB
203, 238, 242
HSL
186°, 60%, 87%
CMYK
16, 2, 0, 5
Luminance
0.8026
Every format
| HEX | #cbeef2 |
| RGB | rgb(203, 238, 242) |
| HSL | hsl(186, 60%, 87%) |
| CMYK | cmyk(16%, 2%, 0%, 5%) |
| LAB | lab(91.8 -10.5 -5.7) |
| LCH | lch(91.8 12.0 208.7) |
| OKLCH | oklch(0.925 0.037 205.0) |
Copy-ready code
/* CSS */
color: #cbeef2;
background-color: #cbeef2;
/* Tailwind (arbitrary) */
class="text-[#cbeef2] bg-[#cbeef2]"
/* SCSS */
$brand: #cbeef2;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#cbeef2")Accessibility — WCAG contrast
Aa
#cbeef2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeef2 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta1.7%
Yellow0.0%
Key (black)5.1%
Color previews
#cbeef2 text on a black background
contrast 17.05:1
Card sample
#cbeef2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeef2;
Background color
Panel with #cbeef2 background
background-color: #cbeef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeef2; background: linear-gradient(135deg, #cbeef2, #CBD4F2);