#bdeef0
a light, vivid cyan · cool · closest name: white
RGB
189, 238, 240
HSL
182°, 63%, 84%
CMYK
21, 1, 0, 6
Luminance
0.7826
Every format
| HEX | #bdeef0 |
| RGB | rgb(189, 238, 240) |
| HSL | hsl(182, 63%, 84%) |
| CMYK | cmyk(21%, 1%, 0%, 6%) |
| LAB | lab(90.9 -15.2 -6.1) |
| LCH | lch(90.9 16.3 202.0) |
| OKLCH | oklch(0.916 0.050 199.4) |
Copy-ready code
/* CSS */
color: #bdeef0;
background-color: #bdeef0;
/* Tailwind (arbitrary) */
class="text-[#bdeef0] bg-[#bdeef0]"
/* SCSS */
$brand: #bdeef0;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#bdeef0")Accessibility — WCAG contrast
Aa
#bdeef0 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeef0 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue94.1%
CMYK percentages
Cyan21.2%
Magenta0.8%
Yellow0.0%
Key (black)5.9%
Color previews
#bdeef0 text on a black background
contrast 16.65:1
Card sample
#bdeef0 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeef0;
Background color
Panel with #bdeef0 background
background-color: #bdeef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeef0; background: linear-gradient(135deg, #bdeef0, #BDCCF0);