#accfba
a light, soft green · cool · closest name: silver
RGB
172, 207, 186
HSL
144°, 27%, 74%
CMYK
17, 0, 10, 19
Luminance
0.5694
Every format
| HEX | #accfba |
| RGB | rgb(172, 207, 186) |
| HSL | hsl(144, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 10%, 19%) |
| LAB | lab(80.2 -15.7 6.6) |
| LCH | lch(80.2 17.1 157.3) |
| OKLCH | oklch(0.823 0.047 158.8) |
Copy-ready code
/* CSS */
color: #accfba;
background-color: #accfba;
/* Tailwind (arbitrary) */
class="text-[#accfba] bg-[#accfba]"
/* SCSS */
$brand: #accfba;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#accfba")Accessibility — WCAG contrast
Aa
#accfba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accfba on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#accfba text on a black background
contrast 12.39:1
Card sample
#accfba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accfba;
Background color
Panel with #accfba background
background-color: #accfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accfba; background: linear-gradient(135deg, #accfba, #ACCDCF);