#95afff
a light, electric blue · warm · closest name: dodgerblue
RGB
149, 175, 255
HSL
225°, 100%, 79%
CMYK
42, 31, 0, 0
Luminance
0.4427
Every format
| HEX | #95afff |
| RGB | rgb(149, 175, 255) |
| HSL | hsl(225, 100%, 79%) |
| CMYK | cmyk(42%, 31%, 0%, 0%) |
| LAB | lab(72.4 10.8 -42.5) |
| LCH | lch(72.4 43.8 284.3) |
| OKLCH | oklch(0.766 0.119 269.7) |
Copy-ready code
/* CSS */
color: #95afff;
background-color: #95afff;
/* Tailwind (arbitrary) */
class="text-[#95afff] bg-[#95afff]"
/* SCSS */
$brand: #95afff;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#95afff")Accessibility — WCAG contrast
Aa
#95afff on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afff on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue100.0%
CMYK percentages
Cyan41.6%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#95afff text on a black background
contrast 9.85:1
Card sample
#95afff text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afff;
Background color
Panel with #95afff background
background-color: #95afff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afff; background: linear-gradient(135deg, #95afff, #C295FF);