#b2d3df
a light, soft cyan · cool · closest name: silver
RGB
178, 211, 223
HSL
196°, 41%, 79%
CMYK
20, 5, 0, 13
Luminance
0.6138
Every format
| HEX | #b2d3df |
| RGB | rgb(178, 211, 223) |
| HSL | hsl(196, 41%, 79%) |
| CMYK | cmyk(20%, 5%, 0%, 13%) |
| LAB | lab(82.6 -8.3 -9.6) |
| LCH | lch(82.6 12.7 228.9) |
| OKLCH | oklch(0.847 0.039 221.8) |
Copy-ready code
/* CSS */
color: #b2d3df;
background-color: #b2d3df;
/* Tailwind (arbitrary) */
class="text-[#b2d3df] bg-[#b2d3df]"
/* SCSS */
$brand: #b2d3df;
/* SwiftUI */
Color(red: 0.698, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#b2d3df")Accessibility — WCAG contrast
Aa
#b2d3df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d3df on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green82.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta5.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b2d3df text on a black background
contrast 13.28:1
Card sample
#b2d3df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d3df;
Background color
Panel with #b2d3df background
background-color: #b2d3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d3df; background: linear-gradient(135deg, #b2d3df, #B2B5DF);