#239cef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
35, 156, 239
HSL
204°, 86%, 54%
CMYK
85, 35, 0, 6
Luminance
0.3037
Every format
| HEX | #239cef |
| RGB | rgb(35, 156, 239) |
| HSL | hsl(204, 86%, 54%) |
| CMYK | cmyk(85%, 35%, 0%, 6%) |
| LAB | lab(62.0 -2.8 -50.5) |
| LCH | lch(62.0 50.5 266.9) |
| OKLCH | oklch(0.670 0.158 245.3) |
Copy-ready code
/* CSS */
color: #239cef;
background-color: #239cef;
/* Tailwind (arbitrary) */
class="text-[#239cef] bg-[#239cef]"
/* SCSS */
$brand: #239cef;
/* SwiftUI */
Color(red: 0.137, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#239cef")Accessibility — WCAG contrast
Aa
#239cef on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#239cef on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green61.2%
Blue93.7%
CMYK percentages
Cyan85.4%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#239cef text on a black background
contrast 7.07:1
Card sample
#239cef text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239cef;
Background color
Panel with #239cef background
background-color: #239cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239cef; background: linear-gradient(135deg, #239cef, #3223EF);