#0693df
a dark, electric blue · cool · closest name: steelblue
RGB
6, 147, 223
HSL
201°, 95%, 45%
CMYK
97, 34, 0, 13
Luminance
0.2623
Every format
| HEX | #0693df |
| RGB | rgb(6, 147, 223) |
| HSL | hsl(201, 95%, 45%) |
| CMYK | cmyk(97%, 34%, 0%, 13%) |
| LAB | lab(58.3 -4.8 -47.5) |
| LCH | lch(58.3 47.7 264.2) |
| OKLCH | oklch(0.637 0.152 242.8) |
Copy-ready code
/* CSS */
color: #0693df;
background-color: #0693df;
/* Tailwind (arbitrary) */
class="text-[#0693df] bg-[#0693df]"
/* SCSS */
$brand: #0693df;
/* SwiftUI */
Color(red: 0.024, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#0693df")Accessibility — WCAG contrast
Aa
#0693df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0693df on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green57.6%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#0693df text on a black background
contrast 6.25:1
Card sample
#0693df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0693df;
Background color
Panel with #0693df background
background-color: #0693df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0693df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0693df; background: linear-gradient(135deg, #0693df, #0A06DF);