#bee6df
a light, soft cyan · cool · closest name: silver
RGB
190, 230, 223
HSL
170°, 44%, 82%
CMYK
17, 0, 3, 10
Luminance
0.7287
Every format
| HEX | #bee6df |
| RGB | rgb(190, 230, 223) |
| HSL | hsl(170, 44%, 82%) |
| CMYK | cmyk(17%, 0%, 3%, 10%) |
| LAB | lab(88.4 -14.3 -0.9) |
| LCH | lch(88.4 14.4 183.6) |
| OKLCH | oklch(0.894 0.043 183.6) |
Copy-ready code
/* CSS */
color: #bee6df;
background-color: #bee6df;
/* Tailwind (arbitrary) */
class="text-[#bee6df] bg-[#bee6df]"
/* SCSS */
$brand: #bee6df;
/* SwiftUI */
Color(red: 0.745, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#bee6df")Accessibility — WCAG contrast
Aa
#bee6df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee6df on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green90.2%
Blue87.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#bee6df text on a black background
contrast 15.57:1
Card sample
#bee6df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee6df;
Background color
Panel with #bee6df background
background-color: #bee6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee6df; background: linear-gradient(135deg, #bee6df, #BED2E6);