#91acff
a light, electric blue · warm · closest name: dodgerblue
RGB
145, 172, 255
HSL
225°, 100%, 78%
CMYK
43, 33, 0, 0
Luminance
0.4274
Every format
| HEX | #91acff |
| RGB | rgb(145, 172, 255) |
| HSL | hsl(225, 100%, 78%) |
| CMYK | cmyk(43%, 33%, 0%, 0%) |
| LAB | lab(71.4 11.5 -44.1) |
| LCH | lch(71.4 45.6 284.7) |
| OKLCH | oklch(0.757 0.124 269.6) |
Copy-ready code
/* CSS */
color: #91acff;
background-color: #91acff;
/* Tailwind (arbitrary) */
class="text-[#91acff] bg-[#91acff]"
/* SCSS */
$brand: #91acff;
/* SwiftUI */
Color(red: 0.569, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#91acff")Accessibility — WCAG contrast
Aa
#91acff on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91acff on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.5%
Blue100.0%
CMYK percentages
Cyan43.1%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#91acff text on a black background
contrast 9.55:1
Card sample
#91acff text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91acff;
Background color
Panel with #91acff background
background-color: #91acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91acff; background: linear-gradient(135deg, #91acff, #BF91FF);