#7ae7fc
a light, electric cyan · cool · closest name: skyblue
RGB
122, 231, 252
HSL
190°, 96%, 73%
CMYK
52, 8, 0, 1
Luminance
0.6832
Every format
| HEX | #7ae7fc |
| RGB | rgb(122, 231, 252) |
| HSL | hsl(190, 96%, 73%) |
| CMYK | cmyk(52%, 8%, 0%, 1%) |
| LAB | lab(86.2 -25.8 -19.8) |
| LCH | lch(86.2 32.5 217.5) |
| OKLCH | oklch(0.871 0.104 211.7) |
Copy-ready code
/* CSS */
color: #7ae7fc;
background-color: #7ae7fc;
/* Tailwind (arbitrary) */
class="text-[#7ae7fc] bg-[#7ae7fc]"
/* SCSS */
$brand: #7ae7fc;
/* SwiftUI */
Color(red: 0.478, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#7ae7fc")Accessibility — WCAG contrast
Aa
#7ae7fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae7fc on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green90.6%
Blue98.8%
CMYK percentages
Cyan51.6%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#7ae7fc text on a black background
contrast 14.66:1
Card sample
#7ae7fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae7fc;
Background color
Panel with #7ae7fc background
background-color: #7ae7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae7fc; background: linear-gradient(135deg, #7ae7fc, #7A90FC);