#afcbbc
a light, soft green · cool · closest name: silver
RGB
175, 203, 188
HSL
148°, 21%, 74%
CMYK
14, 0, 7, 20
Luminance
0.5546
Every format
| HEX | #afcbbc |
| RGB | rgb(175, 203, 188) |
| HSL | hsl(148, 21%, 74%) |
| CMYK | cmyk(14%, 0%, 7%, 20%) |
| LAB | lab(79.3 -12.3 4.3) |
| LCH | lch(79.3 13.1 160.6) |
| OKLCH | oklch(0.817 0.037 162.1) |
Copy-ready code
/* CSS */
color: #afcbbc;
background-color: #afcbbc;
/* Tailwind (arbitrary) */
class="text-[#afcbbc] bg-[#afcbbc]"
/* SCSS */
$brand: #afcbbc;
/* SwiftUI */
Color(red: 0.686, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#afcbbc")Accessibility — WCAG contrast
Aa
#afcbbc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcbbc on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.6%
Blue73.7%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#afcbbc text on a black background
contrast 12.09:1
Card sample
#afcbbc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcbbc;
Background color
Panel with #afcbbc background
background-color: #afcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcbbc; background: linear-gradient(135deg, #afcbbc, #AFC7CB);