#7acfd9
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 207, 217
HSL
186°, 56%, 67%
CMYK
44, 5, 0, 15
Luminance
0.5377
Every format
| HEX | #7acfd9 |
| RGB | rgb(122, 207, 217) |
| HSL | hsl(186, 56%, 67%) |
| CMYK | cmyk(44%, 5%, 0%, 15%) |
| LAB | lab(78.3 -23.2 -13.0) |
| LCH | lch(78.3 26.6 209.3) |
| OKLCH | oklch(0.804 0.084 205.3) |
Copy-ready code
/* CSS */
color: #7acfd9;
background-color: #7acfd9;
/* Tailwind (arbitrary) */
class="text-[#7acfd9] bg-[#7acfd9]"
/* SCSS */
$brand: #7acfd9;
/* SwiftUI */
Color(red: 0.478, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#7acfd9")Accessibility — WCAG contrast
Aa
#7acfd9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acfd9 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.2%
Blue85.1%
CMYK percentages
Cyan43.8%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#7acfd9 text on a black background
contrast 11.75:1
Card sample
#7acfd9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acfd9;
Background color
Panel with #7acfd9 background
background-color: #7acfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acfd9; background: linear-gradient(135deg, #7acfd9, #7A90D9);