#7fc0df
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 192, 223
HSL
199°, 60%, 69%
CMYK
43, 14, 0, 13
Luminance
0.4754
Every format
| HEX | #7fc0df |
| RGB | rgb(127, 192, 223) |
| HSL | hsl(199, 60%, 69%) |
| CMYK | cmyk(43%, 14%, 0%, 13%) |
| LAB | lab(74.5 -12.7 -22.0) |
| LCH | lch(74.5 25.4 240.0) |
| OKLCH | oklch(0.775 0.080 229.6) |
Copy-ready code
/* CSS */
color: #7fc0df;
background-color: #7fc0df;
/* Tailwind (arbitrary) */
class="text-[#7fc0df] bg-[#7fc0df]"
/* SCSS */
$brand: #7fc0df;
/* SwiftUI */
Color(red: 0.498, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#7fc0df")Accessibility — WCAG contrast
Aa
#7fc0df on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc0df on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green75.3%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta13.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7fc0df text on a black background
contrast 10.51:1
Card sample
#7fc0df text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc0df;
Background color
Panel with #7fc0df background
background-color: #7fc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc0df; background: linear-gradient(135deg, #7fc0df, #7F80DF);