#abcfdb
a light, soft cyan · cool · closest name: skyblue
RGB
171, 207, 219
HSL
195°, 40%, 77%
CMYK
22, 6, 0, 14
Luminance
0.5840
Every format
| HEX | #abcfdb |
| RGB | rgb(171, 207, 219) |
| HSL | hsl(195, 40%, 77%) |
| CMYK | cmyk(22%, 6%, 0%, 14%) |
| LAB | lab(81.0 -9.3 -9.9) |
| LCH | lch(81.0 13.6 226.8) |
| OKLCH | oklch(0.832 0.042 220.0) |
Copy-ready code
/* CSS */
color: #abcfdb;
background-color: #abcfdb;
/* Tailwind (arbitrary) */
class="text-[#abcfdb] bg-[#abcfdb]"
/* SCSS */
$brand: #abcfdb;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#abcfdb")Accessibility — WCAG contrast
Aa
#abcfdb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfdb on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue85.9%
CMYK percentages
Cyan21.9%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#abcfdb text on a black background
contrast 12.68:1
Card sample
#abcfdb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfdb;
Background color
Panel with #abcfdb background
background-color: #abcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfdb; background: linear-gradient(135deg, #abcfdb, #ABAFDB);