#c1ceaf
a light, soft green · cool · closest name: beige
RGB
193, 206, 175
HSL
85°, 24%, 75%
CMYK
6, 0, 15, 19
Luminance
0.5858
Every format
| HEX | #c1ceaf |
| RGB | rgb(193, 206, 175) |
| HSL | hsl(85, 24%, 75%) |
| CMYK | cmyk(6%, 0%, 15%, 19%) |
| LAB | lab(81.1 -9.9 13.9) |
| LCH | lch(81.1 17.1 125.5) |
| OKLCH | oklch(0.833 0.044 125.9) |
Copy-ready code
/* CSS */
color: #c1ceaf;
background-color: #c1ceaf;
/* Tailwind (arbitrary) */
class="text-[#c1ceaf] bg-[#c1ceaf]"
/* SCSS */
$brand: #c1ceaf;
/* SwiftUI */
Color(red: 0.757, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#c1ceaf")Accessibility — WCAG contrast
Aa
#c1ceaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ceaf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.8%
Blue68.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#c1ceaf text on a black background
contrast 12.72:1
Card sample
#c1ceaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ceaf;
Background color
Panel with #c1ceaf background
background-color: #c1ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ceaf; background: linear-gradient(135deg, #c1ceaf, #AFCEB2);