#7fbcfd
a light, electric blue · cool · closest name: skyblue
RGB
127, 188, 253
HSL
211°, 97%, 75%
CMYK
50, 26, 0, 1
Luminance
0.4757
Every format
| HEX | #7fbcfd |
| RGB | rgb(127, 188, 253) |
| HSL | hsl(211, 97%, 75%) |
| CMYK | cmyk(50%, 26%, 0%, 1%) |
| LAB | lab(74.5 -2.2 -38.1) |
| LCH | lch(74.5 38.2 266.7) |
| OKLCH | oklch(0.779 0.113 250.9) |
Copy-ready code
/* CSS */
color: #7fbcfd;
background-color: #7fbcfd;
/* Tailwind (arbitrary) */
class="text-[#7fbcfd] bg-[#7fbcfd]"
/* SCSS */
$brand: #7fbcfd;
/* SwiftUI */
Color(red: 0.498, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#7fbcfd")Accessibility — WCAG contrast
Aa
#7fbcfd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbcfd on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green73.7%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7fbcfd text on a black background
contrast 10.51:1
Card sample
#7fbcfd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbcfd;
Background color
Panel with #7fbcfd background
background-color: #7fbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbcfd; background: linear-gradient(135deg, #7fbcfd, #967FFD);