#abcecb
a light, soft cyan · cool · closest name: silver
RGB
171, 206, 203
HSL
175°, 26%, 74%
CMYK
17, 0, 2, 19
Luminance
0.5711
Every format
| HEX | #abcecb |
| RGB | rgb(171, 206, 203) |
| HSL | hsl(175, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 2%, 19%) |
| LAB | lab(80.2 -12.2 -2.4) |
| LCH | lch(80.2 12.4 191.1) |
| OKLCH | oklch(0.825 0.037 190.1) |
Copy-ready code
/* CSS */
color: #abcecb;
background-color: #abcecb;
/* Tailwind (arbitrary) */
class="text-[#abcecb] bg-[#abcecb]"
/* SCSS */
$brand: #abcecb;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#abcecb")Accessibility — WCAG contrast
Aa
#abcecb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcecb on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue79.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#abcecb text on a black background
contrast 12.42:1
Card sample
#abcecb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcecb;
Background color
Panel with #abcecb background
background-color: #abcecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcecb; background: linear-gradient(135deg, #abcecb, #ABBACE);