#ccccb2
a light, soft yellow · cool · closest name: silver
RGB
204, 204, 178
HSL
60°, 20%, 75%
CMYK
0, 0, 13, 20
Luminance
0.5924
Every format
| HEX | #ccccb2 |
| RGB | rgb(204, 204, 178) |
| HSL | hsl(60, 20%, 75%) |
| CMYK | cmyk(0%, 0%, 13%, 20%) |
| LAB | lab(81.4 -4.5 13.0) |
| LCH | lch(81.4 13.7 109.0) |
| OKLCH | oklch(0.838 0.035 107.1) |
Copy-ready code
/* CSS */
color: #ccccb2;
background-color: #ccccb2;
/* Tailwind (arbitrary) */
class="text-[#ccccb2] bg-[#ccccb2]"
/* SCSS */
$brand: #ccccb2;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#ccccb2")Accessibility — WCAG contrast
Aa
#ccccb2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccb2 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#ccccb2 text on a black background
contrast 12.85:1
Card sample
#ccccb2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccb2;
Background color
Panel with #ccccb2 background
background-color: #ccccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccb2; background: linear-gradient(135deg, #ccccb2, #BBCCB2);