#ceceaf
a light, soft yellow · cool · closest name: beige
RGB
206, 206, 175
HSL
60°, 24%, 75%
CMYK
0, 0, 15, 19
Luminance
0.6036
Every format
| HEX | #ceceaf |
| RGB | rgb(206, 206, 175) |
| HSL | hsl(60, 24%, 75%) |
| CMYK | cmyk(0%, 0%, 15%, 19%) |
| LAB | lab(82.0 -5.2 15.5) |
| LCH | lch(82.0 16.3 108.7) |
| OKLCH | oklch(0.843 0.042 107.3) |
Copy-ready code
/* CSS */
color: #ceceaf;
background-color: #ceceaf;
/* Tailwind (arbitrary) */
class="text-[#ceceaf] bg-[#ceceaf]"
/* SCSS */
$brand: #ceceaf;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#ceceaf")Accessibility — WCAG contrast
Aa
#ceceaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceceaf on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#ceceaf text on a black background
contrast 13.07:1
Card sample
#ceceaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceceaf;
Background color
Panel with #ceceaf background
background-color: #ceceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceceaf; background: linear-gradient(135deg, #ceceaf, #B9CEAF);