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