#7aebcb
a light, vivid cyan · cool · closest name: aquamarine
RGB
122, 235, 203
HSL
163°, 74%, 70%
CMYK
48, 0, 14, 8
Luminance
0.6787
Every format
| HEX | #7aebcb |
| RGB | rgb(122, 235, 203) |
| HSL | hsl(163, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 14%, 8%) |
| LAB | lab(85.9 -39.8 5.6) |
| LCH | lch(85.9 40.2 172.0) |
| OKLCH | oklch(0.864 0.114 172.8) |
Copy-ready code
/* CSS */
color: #7aebcb;
background-color: #7aebcb;
/* Tailwind (arbitrary) */
class="text-[#7aebcb] bg-[#7aebcb]"
/* SCSS */
$brand: #7aebcb;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.796)
/* Android */
Color.parseColor("#7aebcb")Accessibility — WCAG contrast
Aa
#7aebcb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebcb on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue79.6%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow13.6%
Key (black)7.8%
Color previews
#7aebcb text on a black background
contrast 14.57:1
Card sample
#7aebcb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebcb;
Background color
Panel with #7aebcb background
background-color: #7aebcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebcb; background: linear-gradient(135deg, #7aebcb, #7AC0EB);