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