#7aebd4
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 235, 212
HSL
168°, 74%, 70%
CMYK
48, 0, 10, 8
Luminance
0.6831
Every format
| HEX | #7aebd4 |
| RGB | rgb(122, 235, 212) |
| HSL | hsl(168, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 10%, 8%) |
| LAB | lab(86.2 -37.8 1.2) |
| LCH | lch(86.2 37.8 178.2) |
| OKLCH | oklch(0.867 0.109 178.6) |
Copy-ready code
/* CSS */
color: #7aebd4;
background-color: #7aebd4;
/* Tailwind (arbitrary) */
class="text-[#7aebd4] bg-[#7aebd4]"
/* SCSS */
$brand: #7aebd4;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.831)
/* Android */
Color.parseColor("#7aebd4")Accessibility — WCAG contrast
Aa
#7aebd4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebd4 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue83.1%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow9.8%
Key (black)7.8%
Color previews
#7aebd4 text on a black background
contrast 14.66:1
Card sample
#7aebd4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebd4;
Background color
Panel with #7aebd4 background
background-color: #7aebd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebd4; background: linear-gradient(135deg, #7aebd4, #7AB7EB);