#33acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
51, 172, 255
HSL
204°, 100%, 60%
CMYK
80, 33, 0, 0
Luminance
0.3743
Every format
| HEX | #33acff |
| RGB | rgb(51, 172, 255) |
| HSL | hsl(204, 100%, 60%) |
| CMYK | cmyk(80%, 33%, 0%, 0%) |
| LAB | lab(67.6 -4.8 -50.3) |
| LCH | lch(67.6 50.5 264.5) |
| OKLCH | oklch(0.717 0.159 244.1) |
Copy-ready code
/* CSS */
color: #33acff;
background-color: #33acff;
/* Tailwind (arbitrary) */
class="text-[#33acff] bg-[#33acff]"
/* SCSS */
$brand: #33acff;
/* SwiftUI */
Color(red: 0.200, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#33acff")Accessibility — WCAG contrast
Aa
#33acff on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33acff on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green67.5%
Blue100.0%
CMYK percentages
Cyan80.0%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#33acff text on a black background
contrast 8.49:1
Card sample
#33acff text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33acff;
Background color
Panel with #33acff background
background-color: #33acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33acff; background: linear-gradient(135deg, #33acff, #4233FF);