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