#b0cfdb
a light, soft cyan · cool · closest name: silver
RGB
176, 207, 219
HSL
197°, 37%, 78%
CMYK
20, 6, 0, 14
Luminance
0.5897
Every format
| HEX | #b0cfdb |
| RGB | rgb(176, 207, 219) |
| HSL | hsl(197, 37%, 78%) |
| CMYK | cmyk(20%, 6%, 0%, 14%) |
| LAB | lab(81.3 -7.7 -9.4) |
| LCH | lch(81.3 12.2 230.5) |
| OKLCH | oklch(0.836 0.037 223.2) |
Copy-ready code
/* CSS */
color: #b0cfdb;
background-color: #b0cfdb;
/* Tailwind (arbitrary) */
class="text-[#b0cfdb] bg-[#b0cfdb]"
/* SCSS */
$brand: #b0cfdb;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#b0cfdb")Accessibility — WCAG contrast
Aa
#b0cfdb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfdb on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b0cfdb text on a black background
contrast 12.79:1
Card sample
#b0cfdb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfdb;
Background color
Panel with #b0cfdb background
background-color: #b0cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfdb; background: linear-gradient(135deg, #b0cfdb, #B0B3DB);