#7acdef
a light, electric cyan · cool · closest name: skyblue
RGB
122, 205, 239
HSL
197°, 79%, 71%
CMYK
49, 14, 0, 6
Luminance
0.5403
Every format
| HEX | #7acdef |
| RGB | rgb(122, 205, 239) |
| HSL | hsl(197, 79%, 71%) |
| CMYK | cmyk(49%, 14%, 0%, 6%) |
| LAB | lab(78.5 -16.3 -24.6) |
| LCH | lch(78.5 29.5 236.5) |
| OKLCH | oklch(0.808 0.094 226.4) |
Copy-ready code
/* CSS */
color: #7acdef;
background-color: #7acdef;
/* Tailwind (arbitrary) */
class="text-[#7acdef] bg-[#7acdef]"
/* SCSS */
$brand: #7acdef;
/* SwiftUI */
Color(red: 0.478, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#7acdef")Accessibility — WCAG contrast
Aa
#7acdef on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acdef on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.4%
Blue93.7%
CMYK percentages
Cyan49.0%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#7acdef text on a black background
contrast 11.81:1
Card sample
#7acdef text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acdef;
Background color
Panel with #7acdef background
background-color: #7acdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acdef; background: linear-gradient(135deg, #7acdef, #7A7FEF);