#bddfe7
a light, vivid cyan · cool · closest name: lavender
RGB
189, 223, 231
HSL
191°, 47%, 82%
CMYK
18, 4, 0, 9
Luminance
0.6936
Every format
| HEX | #bddfe7 |
| RGB | rgb(189, 223, 231) |
| HSL | hsl(191, 47%, 82%) |
| CMYK | cmyk(18%, 4%, 0%, 9%) |
| LAB | lab(86.7 -9.4 -7.6) |
| LCH | lch(86.7 12.2 218.9) |
| OKLCH | oklch(0.882 0.037 213.5) |
Copy-ready code
/* CSS */
color: #bddfe7;
background-color: #bddfe7;
/* Tailwind (arbitrary) */
class="text-[#bddfe7] bg-[#bddfe7]"
/* SCSS */
$brand: #bddfe7;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#bddfe7")Accessibility — WCAG contrast
Aa
#bddfe7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddfe7 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue90.6%
CMYK percentages
Cyan18.2%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#bddfe7 text on a black background
contrast 14.87:1
Card sample
#bddfe7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddfe7;
Background color
Panel with #bddfe7 background
background-color: #bddfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddfe7; background: linear-gradient(135deg, #bddfe7, #BDC3E7);