#bebfd2
a light, soft blue · warm · closest name: silver
RGB
190, 191, 210
HSL
237°, 18%, 78%
CMYK
10, 9, 0, 18
Luminance
0.5286
Every format
| HEX | #bebfd2 |
| RGB | rgb(190, 191, 210) |
| HSL | hsl(237, 18%, 78%) |
| CMYK | cmyk(10%, 9%, 0%, 18%) |
| LAB | lab(77.8 3.3 -9.6) |
| LCH | lch(77.8 10.2 289.1) |
| OKLCH | oklch(0.810 0.027 283.4) |
Copy-ready code
/* CSS */
color: #bebfd2;
background-color: #bebfd2;
/* Tailwind (arbitrary) */
class="text-[#bebfd2] bg-[#bebfd2]"
/* SCSS */
$brand: #bebfd2;
/* SwiftUI */
Color(red: 0.745, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#bebfd2")Accessibility — WCAG contrast
Aa
#bebfd2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebfd2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green74.9%
Blue82.4%
CMYK percentages
Cyan9.5%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#bebfd2 text on a black background
contrast 11.57:1
Card sample
#bebfd2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebfd2;
Background color
Panel with #bebfd2 background
background-color: #bebfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebfd2; background: linear-gradient(135deg, #bebfd2, #CABED2);