#bee1df
a light, soft cyan · cool · closest name: silver
RGB
190, 225, 223
HSL
177°, 37%, 81%
CMYK
16, 0, 1, 12
Luminance
0.7013
Every format
| HEX | #bee1df |
| RGB | rgb(190, 225, 223) |
| HSL | hsl(177, 37%, 81%) |
| CMYK | cmyk(16%, 0%, 1%, 12%) |
| LAB | lab(87.1 -11.8 -2.9) |
| LCH | lch(87.1 12.2 193.6) |
| OKLCH | oklch(0.884 0.037 192.3) |
Copy-ready code
/* CSS */
color: #bee1df;
background-color: #bee1df;
/* Tailwind (arbitrary) */
class="text-[#bee1df] bg-[#bee1df]"
/* SCSS */
$brand: #bee1df;
/* SwiftUI */
Color(red: 0.745, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#bee1df")Accessibility — WCAG contrast
Aa
#bee1df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee1df on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.2%
Blue87.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#bee1df text on a black background
contrast 15.03:1
Card sample
#bee1df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee1df;
Background color
Panel with #bee1df background
background-color: #bee1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee1df; background: linear-gradient(135deg, #bee1df, #BECCE1);