#bee4df
a light, soft cyan · cool · closest name: silver
RGB
190, 228, 223
HSL
172°, 41%, 82%
CMYK
17, 0, 2, 11
Luminance
0.7176
Every format
| HEX | #bee4df |
| RGB | rgb(190, 228, 223) |
| HSL | hsl(172, 41%, 82%) |
| CMYK | cmyk(17%, 0%, 2%, 11%) |
| LAB | lab(87.8 -13.3 -1.7) |
| LCH | lch(87.8 13.4 187.2) |
| OKLCH | oklch(0.890 0.040 186.7) |
Copy-ready code
/* CSS */
color: #bee4df;
background-color: #bee4df;
/* Tailwind (arbitrary) */
class="text-[#bee4df] bg-[#bee4df]"
/* SCSS */
$brand: #bee4df;
/* SwiftUI */
Color(red: 0.745, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#bee4df")Accessibility — WCAG contrast
Aa
#bee4df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee4df on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.4%
Blue87.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#bee4df text on a black background
contrast 15.35:1
Card sample
#bee4df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee4df;
Background color
Panel with #bee4df background
background-color: #bee4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee4df; background: linear-gradient(135deg, #bee4df, #BED0E4);