#b4cfdb
a light, soft cyan · cool · closest name: silver
RGB
180, 207, 219
HSL
199°, 35%, 78%
CMYK
18, 6, 0, 14
Luminance
0.5944
Every format
| HEX | #b4cfdb |
| RGB | rgb(180, 207, 219) |
| HSL | hsl(199, 35%, 78%) |
| CMYK | cmyk(18%, 6%, 0%, 14%) |
| LAB | lab(81.5 -6.5 -9.0) |
| LCH | lch(81.5 11.1 234.1) |
| OKLCH | oklch(0.838 0.034 226.4) |
Copy-ready code
/* CSS */
color: #b4cfdb;
background-color: #b4cfdb;
/* Tailwind (arbitrary) */
class="text-[#b4cfdb] bg-[#b4cfdb]"
/* SCSS */
$brand: #b4cfdb;
/* SwiftUI */
Color(red: 0.706, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#b4cfdb")Accessibility — WCAG contrast
Aa
#b4cfdb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cfdb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green81.2%
Blue85.9%
CMYK percentages
Cyan17.8%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b4cfdb text on a black background
contrast 12.89:1
Card sample
#b4cfdb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cfdb;
Background color
Panel with #b4cfdb background
background-color: #b4cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cfdb; background: linear-gradient(135deg, #b4cfdb, #B4B5DB);