#0095df
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 149, 223
HSL
200°, 100%, 44%
CMYK
100, 33, 0, 13
Luminance
0.2682
Every format
| HEX | #0095df |
| RGB | rgb(0, 149, 223) |
| HSL | hsl(200, 100%, 44%) |
| CMYK | cmyk(100%, 33%, 0%, 13%) |
| LAB | lab(58.8 -6.1 -46.6) |
| LCH | lch(58.8 47.0 262.5) |
| OKLCH | oklch(0.641 0.151 241.6) |
Copy-ready code
/* CSS */
color: #0095df;
background-color: #0095df;
/* Tailwind (arbitrary) */
class="text-[#0095df] bg-[#0095df]"
/* SCSS */
$brand: #0095df;
/* SwiftUI */
Color(red: 0.000, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#0095df")Accessibility — WCAG contrast
Aa
#0095df on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0095df on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.4%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0095df text on a black background
contrast 6.36:1
Card sample
#0095df text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0095df;
Background color
Panel with #0095df background
background-color: #0095df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0095df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0095df; background: linear-gradient(135deg, #0095df, #0000DF);