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