#bde5df
a light, soft cyan · cool · closest name: silver
RGB
189, 229, 223
HSL
171°, 44%, 82%
CMYK
18, 0, 3, 10
Luminance
0.7219
Every format
| HEX | #bde5df |
| RGB | rgb(189, 229, 223) |
| HSL | hsl(171, 44%, 82%) |
| CMYK | cmyk(18%, 0%, 3%, 10%) |
| LAB | lab(88.1 -14.1 -1.4) |
| LCH | lch(88.1 14.2 185.7) |
| OKLCH | oklch(0.892 0.042 185.3) |
Copy-ready code
/* CSS */
color: #bde5df;
background-color: #bde5df;
/* Tailwind (arbitrary) */
class="text-[#bde5df] bg-[#bde5df]"
/* SCSS */
$brand: #bde5df;
/* SwiftUI */
Color(red: 0.741, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#bde5df")Accessibility — WCAG contrast
Aa
#bde5df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bde5df on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green89.8%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#bde5df text on a black background
contrast 15.44:1
Card sample
#bde5df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bde5df;
Background color
Panel with #bde5df background
background-color: #bde5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bde5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bde5df; background: linear-gradient(135deg, #bde5df, #BDD0E5);