#23abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
35, 171, 253
HSL
203°, 98%, 57%
CMYK
86, 32, 0, 1
Luminance
0.3657
Every format
| HEX | #23abfd |
| RGB | rgb(35, 171, 253) |
| HSL | hsl(203, 98%, 57%) |
| CMYK | cmyk(86%, 32%, 0%, 1%) |
| LAB | lab(67.0 -6.2 -50.2) |
| LCH | lch(67.0 50.6 263.0) |
| OKLCH | oklch(0.711 0.161 242.5) |
Copy-ready code
/* CSS */
color: #23abfd;
background-color: #23abfd;
/* Tailwind (arbitrary) */
class="text-[#23abfd] bg-[#23abfd]"
/* SCSS */
$brand: #23abfd;
/* SwiftUI */
Color(red: 0.137, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#23abfd")Accessibility — WCAG contrast
Aa
#23abfd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23abfd on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green67.1%
Blue99.2%
CMYK percentages
Cyan86.2%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#23abfd text on a black background
contrast 8.31:1
Card sample
#23abfd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23abfd;
Background color
Panel with #23abfd background
background-color: #23abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23abfd; background: linear-gradient(135deg, #23abfd, #2D23FD);