#b6cfdb
a light, soft cyan · cool · closest name: silver
RGB
182, 207, 219
HSL
200°, 34%, 79%
CMYK
17, 6, 0, 14
Luminance
0.5969
Every format
| HEX | #b6cfdb |
| RGB | rgb(182, 207, 219) |
| HSL | hsl(200, 34%, 79%) |
| CMYK | cmyk(17%, 6%, 0%, 14%) |
| LAB | lab(81.7 -5.9 -8.8) |
| LCH | lch(81.7 10.5 236.2) |
| OKLCH | oklch(0.840 0.032 228.3) |
Copy-ready code
/* CSS */
color: #b6cfdb;
background-color: #b6cfdb;
/* Tailwind (arbitrary) */
class="text-[#b6cfdb] bg-[#b6cfdb]"
/* SCSS */
$brand: #b6cfdb;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#b6cfdb")Accessibility — WCAG contrast
Aa
#b6cfdb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cfdb on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue85.9%
CMYK percentages
Cyan16.9%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b6cfdb text on a black background
contrast 12.94:1
Card sample
#b6cfdb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cfdb;
Background color
Panel with #b6cfdb background
background-color: #b6cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cfdb; background: linear-gradient(135deg, #b6cfdb, #B6B6DB);