#bee3df
a light, soft cyan · cool · closest name: silver
RGB
190, 227, 223
HSL
174°, 40%, 82%
CMYK
16, 0, 2, 11
Luminance
0.7121
Every format
| HEX | #bee3df |
| RGB | rgb(190, 227, 223) |
| HSL | hsl(174, 40%, 82%) |
| CMYK | cmyk(16%, 0%, 2%, 11%) |
| LAB | lab(87.6 -12.8 -2.1) |
| LCH | lch(87.6 13.0 189.2) |
| OKLCH | oklch(0.888 0.039 188.5) |
Copy-ready code
/* CSS */
color: #bee3df;
background-color: #bee3df;
/* Tailwind (arbitrary) */
class="text-[#bee3df] bg-[#bee3df]"
/* SCSS */
$brand: #bee3df;
/* SwiftUI */
Color(red: 0.745, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#bee3df")Accessibility — WCAG contrast
Aa
#bee3df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee3df on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.0%
Blue87.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#bee3df text on a black background
contrast 15.24:1
Card sample
#bee3df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee3df;
Background color
Panel with #bee3df background
background-color: #bee3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee3df; background: linear-gradient(135deg, #bee3df, #BECEE3);