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