#7fceee
a light, electric cyan · cool · “skyblue”
RGB
127, 206, 238
HSL
197°, 77%, 72%
CMYK
47, 13, 0, 7
Luminance
0.5483
Every format
| HEX | #7fceee |
| RGB | rgb(127, 206, 238) |
| HSL | hsl(197, 77%, 72%) |
| CMYK | cmyk(47%, 13%, 0%, 7%) |
| LAB | lab(78.9 -15.9 -23.3) |
| LCH | lch(78.9 28.3 235.6) |
| OKLCH | oklch(0.812 0.090 225.9) |
Copy-ready code
/* CSS */
color: #7fceee;
background-color: #7fceee;
/* Tailwind (arbitrary) */
class="text-[#7fceee] bg-[#7fceee]"
/* SCSS */
$brand: #7fceee;
/* SwiftUI */
Color(red: 0.498, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#7fceee")Accessibility — WCAG contrast
Aa
#7fceee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fceee on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.8%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7fceee text on a black background
contrast 11.97:1
Card sample
#7fceee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fceee;
Background color
Panel with #7fceee background
background-color: #7fceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fceee; background: linear-gradient(135deg, #7fceee, #7F84EE);