#0696df
a dark, electric blue · cool · closest name: steelblue
RGB
6, 150, 223
HSL
200°, 95%, 45%
CMYK
97, 33, 0, 13
Luminance
0.2718
Every format
| HEX | #0696df |
| RGB | rgb(6, 150, 223) |
| HSL | hsl(200, 95%, 45%) |
| CMYK | cmyk(97%, 33%, 0%, 13%) |
| LAB | lab(59.1 -6.5 -46.1) |
| LCH | lch(59.1 46.6 261.9) |
| OKLCH | oklch(0.644 0.150 241.3) |
Copy-ready code
/* CSS */
color: #0696df;
background-color: #0696df;
/* Tailwind (arbitrary) */
class="text-[#0696df] bg-[#0696df]"
/* SCSS */
$brand: #0696df;
/* SwiftUI */
Color(red: 0.024, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#0696df")Accessibility — WCAG contrast
Aa
#0696df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0696df on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green58.8%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#0696df text on a black background
contrast 6.44:1
Card sample
#0696df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0696df;
Background color
Panel with #0696df background
background-color: #0696df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0696df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0696df; background: linear-gradient(135deg, #0696df, #0706DF);