#c1ceac
a light, soft green · cool · closest name: beige
RGB
193, 206, 172
HSL
83°, 26%, 74%
CMYK
6, 0, 17, 19
Luminance
0.5846
Every format
| HEX | #c1ceac |
| RGB | rgb(193, 206, 172) |
| HSL | hsl(83, 26%, 74%) |
| CMYK | cmyk(6%, 0%, 17%, 19%) |
| LAB | lab(81.0 -10.4 15.4) |
| LCH | lch(81.0 18.6 124.0) |
| OKLCH | oklch(0.832 0.048 124.5) |
Copy-ready code
/* CSS */
color: #c1ceac;
background-color: #c1ceac;
/* Tailwind (arbitrary) */
class="text-[#c1ceac] bg-[#c1ceac]"
/* SCSS */
$brand: #c1ceac;
/* SwiftUI */
Color(red: 0.757, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#c1ceac")Accessibility — WCAG contrast
Aa
#c1ceac on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ceac on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.8%
Blue67.5%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#c1ceac text on a black background
contrast 12.69:1
Card sample
#c1ceac text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ceac;
Background color
Panel with #c1ceac background
background-color: #c1ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ceac; background: linear-gradient(135deg, #c1ceac, #ACCEAE);