#98acff
a light, electric blue · warm · closest name: dodgerblue
RGB
152, 172, 255
HSL
228°, 100%, 80%
CMYK
40, 33, 0, 0
Luminance
0.4340
Every format
| HEX | #98acff |
| RGB | rgb(152, 172, 255) |
| HSL | hsl(228, 100%, 80%) |
| CMYK | cmyk(40%, 33%, 0%, 0%) |
| LAB | lab(71.8 13.3 -43.3) |
| LCH | lch(71.8 45.3 287.0) |
| OKLCH | oklch(0.762 0.121 272.9) |
Copy-ready code
/* CSS */
color: #98acff;
background-color: #98acff;
/* Tailwind (arbitrary) */
class="text-[#98acff] bg-[#98acff]"
/* SCSS */
$brand: #98acff;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#98acff")Accessibility — WCAG contrast
Aa
#98acff on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acff on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue100.0%
CMYK percentages
Cyan40.4%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#98acff text on a black background
contrast 9.68:1
Card sample
#98acff text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acff;
Background color
Panel with #98acff background
background-color: #98acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acff; background: linear-gradient(135deg, #98acff, #C998FF);