#bee2df
a light, soft cyan · cool · closest name: silver
RGB
190, 226, 223
HSL
175°, 38%, 82%
CMYK
16, 0, 1, 11
Luminance
0.7067
Every format
| HEX | #bee2df |
| RGB | rgb(190, 226, 223) |
| HSL | hsl(175, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 1%, 11%) |
| LAB | lab(87.3 -12.3 -2.5) |
| LCH | lch(87.3 12.6 191.3) |
| OKLCH | oklch(0.886 0.038 190.3) |
Copy-ready code
/* CSS */
color: #bee2df;
background-color: #bee2df;
/* Tailwind (arbitrary) */
class="text-[#bee2df] bg-[#bee2df]"
/* SCSS */
$brand: #bee2df;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#bee2df")Accessibility — WCAG contrast
Aa
#bee2df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2df on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#bee2df text on a black background
contrast 15.13:1
Card sample
#bee2df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2df;
Background color
Panel with #bee2df background
background-color: #bee2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2df; background: linear-gradient(135deg, #bee2df, #BECDE2);