#2aaafc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
42, 170, 252
HSL
203°, 97%, 58%
CMYK
83, 33, 0, 1
Luminance
0.3627
Every format
| HEX | #2aaafc |
| RGB | rgb(42, 170, 252) |
| HSL | hsl(203, 97%, 58%) |
| CMYK | cmyk(83%, 33%, 0%, 1%) |
| LAB | lab(66.7 -5.5 -50.0) |
| LCH | lch(66.7 50.3 263.7) |
| OKLCH | oklch(0.710 0.159 243.2) |
Copy-ready code
/* CSS */
color: #2aaafc;
background-color: #2aaafc;
/* Tailwind (arbitrary) */
class="text-[#2aaafc] bg-[#2aaafc]"
/* SCSS */
$brand: #2aaafc;
/* SwiftUI */
Color(red: 0.165, green: 0.667, blue: 0.988)
/* Android */
Color.parseColor("#2aaafc")Accessibility — WCAG contrast
Aa
#2aaafc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aaafc on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green66.7%
Blue98.8%
CMYK percentages
Cyan83.3%
Magenta32.5%
Yellow0.0%
Key (black)1.2%
Color previews
#2aaafc text on a black background
contrast 8.25:1
Card sample
#2aaafc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aaafc;
Background color
Panel with #2aaafc background
background-color: #2aaafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aaafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 170, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 170, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aaafc; background: linear-gradient(135deg, #2aaafc, #362AFC);