#8acfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
138, 207, 223
HSL
191°, 57%, 71%
CMYK
38, 7, 0, 13
Luminance
0.5536
Every format
| HEX | #8acfdf |
| RGB | rgb(138, 207, 223) |
| HSL | hsl(191, 57%, 71%) |
| CMYK | cmyk(38%, 7%, 0%, 13%) |
| LAB | lab(79.2 -17.7 -14.8) |
| LCH | lch(79.2 23.0 219.9) |
| OKLCH | oklch(0.814 0.073 213.9) |
Copy-ready code
/* CSS */
color: #8acfdf;
background-color: #8acfdf;
/* Tailwind (arbitrary) */
class="text-[#8acfdf] bg-[#8acfdf]"
/* SCSS */
$brand: #8acfdf;
/* SwiftUI */
Color(red: 0.541, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#8acfdf")Accessibility — WCAG contrast
Aa
#8acfdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acfdf on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green81.2%
Blue87.5%
CMYK percentages
Cyan38.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8acfdf text on a black background
contrast 12.07:1
Card sample
#8acfdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acfdf;
Background color
Panel with #8acfdf background
background-color: #8acfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acfdf; background: linear-gradient(135deg, #8acfdf, #8A96DF);