#232fda
a balanced, vivid blue · warm · closest name: navy
RGB
35, 47, 218
HSL
236°, 72%, 50%
CMYK
84, 78, 0, 15
Luminance
0.0745
Every format
| HEX | #232fda |
| RGB | rgb(35, 47, 218) |
| HSL | hsl(236, 72%, 50%) |
| CMYK | cmyk(84%, 78%, 0%, 15%) |
| LAB | lab(32.8 55.9 -86.0) |
| LCH | lch(32.8 102.5 303.0) |
| OKLCH | oklch(0.445 0.249 268.1) |
Copy-ready code
/* CSS */
color: #232fda;
background-color: #232fda;
/* Tailwind (arbitrary) */
class="text-[#232fda] bg-[#232fda]"
/* SCSS */
$brand: #232fda;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#232fda")Accessibility — WCAG contrast
Aa
#232fda on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232fda on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue85.5%
CMYK percentages
Cyan83.9%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#232fda text on a black background
contrast 2.49:1
Card sample
#232fda text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232fda;
Background color
Panel with #232fda background
background-color: #232fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232fda; background: linear-gradient(135deg, #232fda, #9123DA);