#239afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
35, 154, 253
HSL
207°, 98%, 57%
CMYK
86, 39, 0, 1
Luminance
0.3056
Every format
| HEX | #239afd |
| RGB | rgb(35, 154, 253) |
| HSL | hsl(207, 98%, 57%) |
| CMYK | cmyk(86%, 39%, 0%, 1%) |
| LAB | lab(62.1 3.5 -57.9) |
| LCH | lch(62.1 58.0 273.5) |
| OKLCH | oklch(0.673 0.176 249.7) |
Copy-ready code
/* CSS */
color: #239afd;
background-color: #239afd;
/* Tailwind (arbitrary) */
class="text-[#239afd] bg-[#239afd]"
/* SCSS */
$brand: #239afd;
/* SwiftUI */
Color(red: 0.137, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#239afd")Accessibility — WCAG contrast
Aa
#239afd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#239afd on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green60.4%
Blue99.2%
CMYK percentages
Cyan86.2%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#239afd text on a black background
contrast 7.11:1
Card sample
#239afd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239afd;
Background color
Panel with #239afd background
background-color: #239afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239afd; background: linear-gradient(135deg, #239afd, #3D23FD);