#239dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
35, 157, 253
HSL
206°, 98%, 57%
CMYK
86, 38, 0, 1
Luminance
0.3156
Every format
| HEX | #239dfd |
| RGB | rgb(35, 157, 253) |
| HSL | hsl(206, 98%, 57%) |
| CMYK | cmyk(86%, 38%, 0%, 1%) |
| LAB | lab(63.0 1.8 -56.5) |
| LCH | lch(63.0 56.6 271.8) |
| OKLCH | oklch(0.680 0.174 248.6) |
Copy-ready code
/* CSS */
color: #239dfd;
background-color: #239dfd;
/* Tailwind (arbitrary) */
class="text-[#239dfd] bg-[#239dfd]"
/* SCSS */
$brand: #239dfd;
/* SwiftUI */
Color(red: 0.137, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#239dfd")Accessibility — WCAG contrast
Aa
#239dfd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#239dfd on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green61.6%
Blue99.2%
CMYK percentages
Cyan86.2%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#239dfd text on a black background
contrast 7.31:1
Card sample
#239dfd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239dfd;
Background color
Panel with #239dfd background
background-color: #239dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239dfd; background: linear-gradient(135deg, #239dfd, #3A23FD);