#33a6ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
51, 166, 255
HSL
206°, 100%, 60%
CMYK
80, 35, 0, 0
Luminance
0.3520
Every format
| HEX | #33a6ff |
| RGB | rgb(51, 166, 255) |
| HSL | hsl(206, 100%, 60%) |
| CMYK | cmyk(80%, 35%, 0%, 0%) |
| LAB | lab(65.9 -1.4 -53.0) |
| LCH | lch(65.9 53.0 268.5) |
| OKLCH | oklch(0.704 0.164 246.9) |
Copy-ready code
/* CSS */
color: #33a6ff;
background-color: #33a6ff;
/* Tailwind (arbitrary) */
class="text-[#33a6ff] bg-[#33a6ff]"
/* SCSS */
$brand: #33a6ff;
/* SwiftUI */
Color(red: 0.200, green: 0.651, blue: 1.000)
/* Android */
Color.parseColor("#33a6ff")Accessibility — WCAG contrast
Aa
#33a6ff on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33a6ff on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green65.1%
Blue100.0%
CMYK percentages
Cyan80.0%
Magenta34.9%
Yellow0.0%
Key (black)0.0%
Color previews
#33a6ff text on a black background
contrast 8.04:1
Card sample
#33a6ff text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33a6ff;
Background color
Panel with #33a6ff background
background-color: #33a6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33a6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 166, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 166, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33a6ff; background: linear-gradient(135deg, #33a6ff, #4833FF);