#cbeef3
a pale, vivid cyan · cool · closest name: lavender
RGB
203, 238, 243
HSL
188°, 63%, 88%
CMYK
17, 2, 0, 5
Luminance
0.8032
Every format
| HEX | #cbeef3 |
| RGB | rgb(203, 238, 243) |
| HSL | hsl(188, 63%, 88%) |
| CMYK | cmyk(17%, 2%, 0%, 5%) |
| LAB | lab(91.8 -10.3 -6.2) |
| LCH | lch(91.8 12.0 211.2) |
| OKLCH | oklch(0.926 0.037 207.0) |
Copy-ready code
/* CSS */
color: #cbeef3;
background-color: #cbeef3;
/* Tailwind (arbitrary) */
class="text-[#cbeef3] bg-[#cbeef3]"
/* SCSS */
$brand: #cbeef3;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#cbeef3")Accessibility — WCAG contrast
Aa
#cbeef3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeef3 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#cbeef3 text on a black background
contrast 17.06:1
Card sample
#cbeef3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeef3;
Background color
Panel with #cbeef3 background
background-color: #cbeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeef3; background: linear-gradient(135deg, #cbeef3, #CBD4F3);