#7fcdfe
a light, electric blue · cool · closest name: skyblue
RGB
127, 205, 254
HSL
203°, 98%, 75%
CMYK
50, 19, 0, 0
Luminance
0.5533
Every format
| HEX | #7fcdfe |
| RGB | rgb(127, 205, 254) |
| HSL | hsl(203, 98%, 75%) |
| CMYK | cmyk(50%, 19%, 0%, 0%) |
| LAB | lab(79.2 -11.0 -31.4) |
| LCH | lch(79.2 33.3 250.7) |
| OKLCH | oklch(0.816 0.104 237.5) |
Copy-ready code
/* CSS */
color: #7fcdfe;
background-color: #7fcdfe;
/* Tailwind (arbitrary) */
class="text-[#7fcdfe] bg-[#7fcdfe]"
/* SCSS */
$brand: #7fcdfe;
/* SwiftUI */
Color(red: 0.498, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#7fcdfe")Accessibility — WCAG contrast
Aa
#7fcdfe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcdfe on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan50.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#7fcdfe text on a black background
contrast 12.07:1
Card sample
#7fcdfe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcdfe;
Background color
Panel with #7fcdfe background
background-color: #7fcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcdfe; background: linear-gradient(135deg, #7fcdfe, #867FFE);