#bfdad2
a light, soft cyan · cool · closest name: silver
RGB
191, 218, 210
HSL
162°, 27%, 80%
CMYK
12, 0, 4, 15
Luminance
0.6587
Every format
| HEX | #bfdad2 |
| RGB | rgb(191, 218, 210) |
| HSL | hsl(162, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 4%, 15%) |
| LAB | lab(84.9 -10.5 0.9) |
| LCH | lch(84.9 10.5 175.0) |
| OKLCH | oklch(0.866 0.031 175.8) |
Copy-ready code
/* CSS */
color: #bfdad2;
background-color: #bfdad2;
/* Tailwind (arbitrary) */
class="text-[#bfdad2] bg-[#bfdad2]"
/* SCSS */
$brand: #bfdad2;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#bfdad2")Accessibility — WCAG contrast
Aa
#bfdad2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdad2 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue82.4%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow3.7%
Key (black)14.5%
Color previews
#bfdad2 text on a black background
contrast 14.17:1
Card sample
#bfdad2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdad2;
Background color
Panel with #bfdad2 background
background-color: #bfdad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdad2; background: linear-gradient(135deg, #bfdad2, #BFD0DA);