#bfdcd3
a light, soft cyan · cool · closest name: silver
RGB
191, 220, 211
HSL
161°, 29%, 81%
CMYK
13, 0, 4, 14
Luminance
0.6697
Every format
| HEX | #bfdcd3 |
| RGB | rgb(191, 220, 211) |
| HSL | hsl(161, 29%, 81%) |
| CMYK | cmyk(13%, 0%, 4%, 14%) |
| LAB | lab(85.5 -11.3 1.2) |
| LCH | lch(85.5 11.4 174.0) |
| OKLCH | oklch(0.871 0.033 174.9) |
Copy-ready code
/* CSS */
color: #bfdcd3;
background-color: #bfdcd3;
/* Tailwind (arbitrary) */
class="text-[#bfdcd3] bg-[#bfdcd3]"
/* SCSS */
$brand: #bfdcd3;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#bfdcd3")Accessibility — WCAG contrast
Aa
#bfdcd3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdcd3 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue82.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#bfdcd3 text on a black background
contrast 14.39:1
Card sample
#bfdcd3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdcd3;
Background color
Panel with #bfdcd3 background
background-color: #bfdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdcd3; background: linear-gradient(135deg, #bfdcd3, #BFD2DC);