#abcddf
a light, soft blue · cool · closest name: skyblue
RGB
171, 205, 223
HSL
201°, 45%, 77%
CMYK
23, 8, 0, 13
Luminance
0.5765
Every format
| HEX | #abcddf |
| RGB | rgb(171, 205, 223) |
| HSL | hsl(201, 45%, 77%) |
| CMYK | cmyk(23%, 8%, 0%, 13%) |
| LAB | lab(80.5 -7.3 -12.7) |
| LCH | lch(80.5 14.6 239.9) |
| OKLCH | oklch(0.829 0.044 231.1) |
Copy-ready code
/* CSS */
color: #abcddf;
background-color: #abcddf;
/* Tailwind (arbitrary) */
class="text-[#abcddf] bg-[#abcddf]"
/* SCSS */
$brand: #abcddf;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#abcddf")Accessibility — WCAG contrast
Aa
#abcddf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcddf on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#abcddf text on a black background
contrast 12.53:1
Card sample
#abcddf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcddf;
Background color
Panel with #abcddf background
background-color: #abcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcddf; background: linear-gradient(135deg, #abcddf, #ACABDF);