#cead95
a light, soft orange · warm · closest name: tan
RGB
206, 173, 149
HSL
25°, 37%, 70%
CMYK
0, 16, 28, 19
Luminance
0.4518
Every format
| HEX | #cead95 |
| RGB | rgb(206, 173, 149) |
| HSL | hsl(25, 37%, 70%) |
| CMYK | cmyk(0%, 16%, 28%, 19%) |
| LAB | lab(73.0 8.4 16.8) |
| LCH | lch(73.0 18.8 63.5) |
| OKLCH | oklch(0.770 0.051 57.9) |
Copy-ready code
/* CSS */
color: #cead95;
background-color: #cead95;
/* Tailwind (arbitrary) */
class="text-[#cead95] bg-[#cead95]"
/* SCSS */
$brand: #cead95;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.584)
/* Android */
Color.parseColor("#cead95")Accessibility — WCAG contrast
Aa
#cead95 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead95 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow27.7%
Key (black)19.2%
Color previews
#cead95 text on a black background
contrast 10.04:1
Card sample
#cead95 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead95;
Background color
Panel with #cead95 background
background-color: #cead95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead95; background: linear-gradient(135deg, #cead95, #C9CE95);