#7fd4fe
a light, electric cyan · cool · closest name: skyblue
RGB
127, 212, 254
HSL
200°, 98%, 75%
CMYK
50, 17, 0, 0
Luminance
0.5875
Every format
| HEX | #7fd4fe |
| RGB | rgb(127, 212, 254) |
| HSL | hsl(200, 98%, 75%) |
| CMYK | cmyk(50%, 17%, 0%, 0%) |
| LAB | lab(81.2 -14.7 -28.5) |
| LCH | lch(81.2 32.0 242.8) |
| OKLCH | oklch(0.832 0.101 231.2) |
Copy-ready code
/* CSS */
color: #7fd4fe;
background-color: #7fd4fe;
/* Tailwind (arbitrary) */
class="text-[#7fd4fe] bg-[#7fd4fe]"
/* SCSS */
$brand: #7fd4fe;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.996)
/* Android */
Color.parseColor("#7fd4fe")Accessibility — WCAG contrast
Aa
#7fd4fe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd4fe on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue99.6%
CMYK percentages
Cyan50.0%
Magenta16.5%
Yellow0.0%
Key (black)0.4%
Color previews
#7fd4fe text on a black background
contrast 12.75:1
Card sample
#7fd4fe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd4fe;
Background color
Panel with #7fd4fe background
background-color: #7fd4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd4fe; background: linear-gradient(135deg, #7fd4fe, #7F7FFE);