#acceba
a light, soft green · cool · closest name: silver
RGB
172, 206, 186
HSL
145°, 26%, 74%
CMYK
17, 0, 10, 19
Luminance
0.5646
Every format
| HEX | #acceba |
| RGB | rgb(172, 206, 186) |
| HSL | hsl(145, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 10%, 19%) |
| LAB | lab(79.9 -15.2 6.2) |
| LCH | lch(79.9 16.4 157.8) |
| OKLCH | oklch(0.821 0.046 159.4) |
Copy-ready code
/* CSS */
color: #acceba;
background-color: #acceba;
/* Tailwind (arbitrary) */
class="text-[#acceba] bg-[#acceba]"
/* SCSS */
$brand: #acceba;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#acceba")Accessibility — WCAG contrast
Aa
#acceba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acceba on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue72.9%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#acceba text on a black background
contrast 12.29:1
Card sample
#acceba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acceba;
Background color
Panel with #acceba background
background-color: #acceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acceba; background: linear-gradient(135deg, #acceba, #ACCBCE);