#bdeef6
a pale, electric cyan · cool · closest name: skyblue
RGB
189, 238, 246
HSL
188°, 76%, 85%
CMYK
23, 3, 0, 4
Luminance
0.7862
Every format
| HEX | #bdeef6 |
| RGB | rgb(189, 238, 246) |
| HSL | hsl(188, 76%, 85%) |
| CMYK | cmyk(23%, 3%, 0%, 4%) |
| LAB | lab(91.1 -13.9 -9.0) |
| LCH | lch(91.1 16.5 213.0) |
| OKLCH | oklch(0.918 0.051 208.5) |
Copy-ready code
/* CSS */
color: #bdeef6;
background-color: #bdeef6;
/* Tailwind (arbitrary) */
class="text-[#bdeef6] bg-[#bdeef6]"
/* SCSS */
$brand: #bdeef6;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#bdeef6")Accessibility — WCAG contrast
Aa
#bdeef6 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeef6 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue96.5%
CMYK percentages
Cyan23.2%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#bdeef6 text on a black background
contrast 16.72:1
Card sample
#bdeef6 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeef6;
Background color
Panel with #bdeef6 background
background-color: #bdeef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeef6; background: linear-gradient(135deg, #bdeef6, #BDC8F6);