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