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