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