#bee2ff
a pale, electric blue · cool · closest name: lavender
RGB
190, 226, 255
HSL
207°, 100%, 87%
CMYK
26, 11, 0, 0
Luminance
0.7256
Every format
| HEX | #bee2ff |
| RGB | rgb(190, 226, 255) |
| HSL | hsl(207, 100%, 87%) |
| CMYK | cmyk(26%, 11%, 0%, 0%) |
| LAB | lab(88.2 -5.5 -17.9) |
| LCH | lch(88.2 18.8 253.0) |
| OKLCH | oklch(0.896 0.055 242.6) |
Copy-ready code
/* CSS */
color: #bee2ff;
background-color: #bee2ff;
/* Tailwind (arbitrary) */
class="text-[#bee2ff] bg-[#bee2ff]"
/* SCSS */
$brand: #bee2ff;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#bee2ff")Accessibility — WCAG contrast
Aa
#bee2ff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2ff on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#bee2ff text on a black background
contrast 15.51:1
Card sample
#bee2ff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2ff;
Background color
Panel with #bee2ff background
background-color: #bee2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2ff; background: linear-gradient(135deg, #bee2ff, #C6BEFF);