#7accea
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 204, 234
HSL
196°, 73%, 70%
CMYK
48, 13, 0, 8
Luminance
0.5326
Every format
| HEX | #7accea |
| RGB | rgb(122, 204, 234) |
| HSL | hsl(196, 73%, 70%) |
| CMYK | cmyk(48%, 13%, 0%, 8%) |
| LAB | lab(78.0 -17.1 -22.6) |
| LCH | lch(78.0 28.4 232.8) |
| OKLCH | oklch(0.804 0.091 223.6) |
Copy-ready code
/* CSS */
color: #7accea;
background-color: #7accea;
/* Tailwind (arbitrary) */
class="text-[#7accea] bg-[#7accea]"
/* SCSS */
$brand: #7accea;
/* SwiftUI */
Color(red: 0.478, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#7accea")Accessibility — WCAG contrast
Aa
#7accea on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7accea on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.0%
Blue91.8%
CMYK percentages
Cyan47.9%
Magenta12.8%
Yellow0.0%
Key (black)8.2%
Color previews
#7accea text on a black background
contrast 11.65:1
Card sample
#7accea text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7accea;
Background color
Panel with #7accea background
background-color: #7accea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7accea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7accea; background: linear-gradient(135deg, #7accea, #7A81EA);