#bfdfdf
a light, soft cyan · cool · closest name: silver
RGB
191, 223, 223
HSL
180°, 33%, 81%
CMYK
14, 0, 0, 13
Luminance
0.6918
Every format
| HEX | #bfdfdf |
| RGB | rgb(191, 223, 223) |
| HSL | hsl(180, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 0%, 13%) |
| LAB | lab(86.6 -10.5 -3.5) |
| LCH | lch(86.6 11.1 198.6) |
| OKLCH | oklch(0.880 0.034 196.6) |
Copy-ready code
/* CSS */
color: #bfdfdf;
background-color: #bfdfdf;
/* Tailwind (arbitrary) */
class="text-[#bfdfdf] bg-[#bfdfdf]"
/* SCSS */
$brand: #bfdfdf;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#bfdfdf")Accessibility — WCAG contrast
Aa
#bfdfdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfdf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bfdfdf text on a black background
contrast 14.84:1
Card sample
#bfdfdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfdf;
Background color
Panel with #bfdfdf background
background-color: #bfdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfdf; background: linear-gradient(135deg, #bfdfdf, #BFCADF);