#ceccac
a light, soft yellow · cool · closest name: tan
RGB
206, 204, 172
HSL
57°, 26%, 74%
CMYK
0, 1, 17, 19
Luminance
0.5929
Every format
| HEX | #ceccac |
| RGB | rgb(206, 204, 172) |
| HSL | hsl(57, 26%, 74%) |
| CMYK | cmyk(0%, 1%, 17%, 19%) |
| LAB | lab(81.5 -4.7 16.2) |
| LCH | lch(81.5 16.9 106.1) |
| OKLCH | oklch(0.838 0.043 104.3) |
Copy-ready code
/* CSS */
color: #ceccac;
background-color: #ceccac;
/* Tailwind (arbitrary) */
class="text-[#ceccac] bg-[#ceccac]"
/* SCSS */
$brand: #ceccac;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#ceccac")Accessibility — WCAG contrast
Aa
#ceccac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccac on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow16.5%
Key (black)19.2%
Color previews
#ceccac text on a black background
contrast 12.86:1
Card sample
#ceccac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccac;
Background color
Panel with #ceccac background
background-color: #ceccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccac; background: linear-gradient(135deg, #ceccac, #B9CEAC);