#7dacef
a light, electric blue · cool · closest name: steelblue
RGB
125, 172, 239
HSL
215°, 78%, 71%
CMYK
48, 28, 0, 6
Luminance
0.4010
Every format
| HEX | #7dacef |
| RGB | rgb(125, 172, 239) |
| HSL | hsl(215, 78%, 71%) |
| CMYK | cmyk(48%, 28%, 0%, 6%) |
| LAB | lab(69.5 2.2 -38.4) |
| LCH | lch(69.5 38.4 273.2) |
| OKLCH | oklch(0.738 0.110 257.3) |
Copy-ready code
/* CSS */
color: #7dacef;
background-color: #7dacef;
/* Tailwind (arbitrary) */
class="text-[#7dacef] bg-[#7dacef]"
/* SCSS */
$brand: #7dacef;
/* SwiftUI */
Color(red: 0.490, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#7dacef")Accessibility — WCAG contrast
Aa
#7dacef on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dacef on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan47.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#7dacef text on a black background
contrast 9.02:1
Card sample
#7dacef text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dacef;
Background color
Panel with #7dacef background
background-color: #7dacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dacef; background: linear-gradient(135deg, #7dacef, #9A7DEF);