#ccceb2
a light, soft yellow · cool · closest name: beige
RGB
204, 206, 178
HSL
64°, 22%, 75%
CMYK
1, 0, 14, 19
Luminance
0.6019
Every format
| HEX | #ccceb2 |
| RGB | rgb(204, 206, 178) |
| HSL | hsl(64, 22%, 75%) |
| CMYK | cmyk(1%, 0%, 14%, 19%) |
| LAB | lab(81.9 -5.5 13.7) |
| LCH | lch(81.9 14.8 111.8) |
| OKLCH | oklch(0.842 0.038 110.5) |
Copy-ready code
/* CSS */
color: #ccceb2;
background-color: #ccceb2;
/* Tailwind (arbitrary) */
class="text-[#ccceb2] bg-[#ccceb2]"
/* SCSS */
$brand: #ccceb2;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#ccceb2")Accessibility — WCAG contrast
Aa
#ccceb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccceb2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue69.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#ccceb2 text on a black background
contrast 13.04:1
Card sample
#ccceb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccceb2;
Background color
Panel with #ccceb2 background
background-color: #ccceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccceb2; background: linear-gradient(135deg, #ccceb2, #B9CEB2);