#7db9fd
a light, electric blue · cool · closest name: steelblue
RGB
125, 185, 253
HSL
212°, 97%, 74%
CMYK
51, 27, 0, 1
Luminance
0.4615
Every format
| HEX | #7db9fd |
| RGB | rgb(125, 185, 253) |
| HSL | hsl(212, 97%, 74%) |
| CMYK | cmyk(51%, 27%, 0%, 1%) |
| LAB | lab(73.6 -1.0 -39.5) |
| LCH | lch(73.6 39.5 268.6) |
| OKLCH | oklch(0.772 0.116 252.4) |
Copy-ready code
/* CSS */
color: #7db9fd;
background-color: #7db9fd;
/* Tailwind (arbitrary) */
class="text-[#7db9fd] bg-[#7db9fd]"
/* SCSS */
$brand: #7db9fd;
/* SwiftUI */
Color(red: 0.490, green: 0.725, blue: 0.992)
/* Android */
Color.parseColor("#7db9fd")Accessibility — WCAG contrast
Aa
#7db9fd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7db9fd on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green72.5%
Blue99.2%
CMYK percentages
Cyan50.6%
Magenta26.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7db9fd text on a black background
contrast 10.23:1
Card sample
#7db9fd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7db9fd;
Background color
Panel with #7db9fd background
background-color: #7db9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7db9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 185, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 185, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7db9fd; background: linear-gradient(135deg, #7db9fd, #967DFD);