#7edcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 220, 223
HSL
182°, 60%, 68%
CMYK
44, 1, 0, 13
Luminance
0.6095
Every format
| HEX | #7edcdf |
| RGB | rgb(126, 220, 223) |
| HSL | hsl(182, 60%, 68%) |
| CMYK | cmyk(44%, 1%, 0%, 13%) |
| LAB | lab(82.3 -27.1 -10.2) |
| LCH | lch(82.3 28.9 200.6) |
| OKLCH | oklch(0.838 0.090 198.3) |
Copy-ready code
/* CSS */
color: #7edcdf;
background-color: #7edcdf;
/* Tailwind (arbitrary) */
class="text-[#7edcdf] bg-[#7edcdf]"
/* SCSS */
$brand: #7edcdf;
/* SwiftUI */
Color(red: 0.494, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#7edcdf")Accessibility — WCAG contrast
Aa
#7edcdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7edcdf on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7edcdf text on a black background
contrast 13.19:1
Card sample
#7edcdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7edcdf;
Background color
Panel with #7edcdf background
background-color: #7edcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7edcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7edcdf; background: linear-gradient(135deg, #7edcdf, #7E9BDF);