#b3cddb
a light, soft blue · cool · closest name: silver
RGB
179, 205, 219
HSL
201°, 36%, 78%
CMYK
18, 6, 0, 14
Luminance
0.5836
Every format
| HEX | #b3cddb |
| RGB | rgb(179, 205, 219) |
| HSL | hsl(201, 36%, 78%) |
| CMYK | cmyk(18%, 6%, 0%, 14%) |
| LAB | lab(80.9 -5.8 -9.9) |
| LCH | lch(80.9 11.4 239.7) |
| OKLCH | oklch(0.833 0.034 231.3) |
Copy-ready code
/* CSS */
color: #b3cddb;
background-color: #b3cddb;
/* Tailwind (arbitrary) */
class="text-[#b3cddb] bg-[#b3cddb]"
/* SCSS */
$brand: #b3cddb;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#b3cddb")Accessibility — WCAG contrast
Aa
#b3cddb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cddb on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b3cddb text on a black background
contrast 12.67:1
Card sample
#b3cddb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cddb;
Background color
Panel with #b3cddb background
background-color: #b3cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cddb; background: linear-gradient(135deg, #b3cddb, #B4B3DB);