#abd2da
a light, soft cyan · cool · closest name: skyblue
RGB
171, 210, 218
HSL
190°, 39%, 76%
CMYK
22, 4, 0, 15
Luminance
0.5981
Every format
| HEX | #abd2da |
| RGB | rgb(171, 210, 218) |
| HSL | hsl(190, 39%, 76%) |
| CMYK | cmyk(22%, 4%, 0%, 15%) |
| LAB | lab(81.7 -11.1 -8.2) |
| LCH | lch(81.7 13.8 216.5) |
| OKLCH | oklch(0.838 0.043 211.5) |
Copy-ready code
/* CSS */
color: #abd2da;
background-color: #abd2da;
/* Tailwind (arbitrary) */
class="text-[#abd2da] bg-[#abd2da]"
/* SCSS */
$brand: #abd2da;
/* SwiftUI */
Color(red: 0.671, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#abd2da")Accessibility — WCAG contrast
Aa
#abd2da on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd2da on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.4%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#abd2da text on a black background
contrast 12.96:1
Card sample
#abd2da text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd2da;
Background color
Panel with #abd2da background
background-color: #abd2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd2da; background: linear-gradient(135deg, #abd2da, #ABB3DA);