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