#a8e6d3
a light, vivid cyan · cool · closest name: turquoise
RGB
168, 230, 211
HSL
162°, 55%, 78%
CMYK
27, 0, 8, 10
Luminance
0.6962
Every format
| HEX | #a8e6d3 |
| RGB | rgb(168, 230, 211) |
| HSL | hsl(162, 55%, 78%) |
| CMYK | cmyk(27%, 0%, 8%, 10%) |
| LAB | lab(86.8 -23.5 2.9) |
| LCH | lch(86.8 23.7 172.9) |
| OKLCH | oklch(0.878 0.068 173.7) |
Copy-ready code
/* CSS */
color: #a8e6d3;
background-color: #a8e6d3;
/* Tailwind (arbitrary) */
class="text-[#a8e6d3] bg-[#a8e6d3]"
/* SCSS */
$brand: #a8e6d3;
/* SwiftUI */
Color(red: 0.659, green: 0.902, blue: 0.827)
/* Android */
Color.parseColor("#a8e6d3")Accessibility — WCAG contrast
Aa
#a8e6d3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8e6d3 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green90.2%
Blue82.7%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow8.3%
Key (black)9.8%
Color previews
#a8e6d3 text on a black background
contrast 14.92:1
Card sample
#a8e6d3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8e6d3;
Background color
Panel with #a8e6d3 background
background-color: #a8e6d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8e6d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 230, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 230, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8e6d3; background: linear-gradient(135deg, #a8e6d3, #A8D0E6);