#232fff
a balanced, electric blue · warm · closest name: blue
RGB
35, 47, 255
HSL
237°, 100%, 57%
CMYK
86, 82, 0, 0
Luminance
0.0961
Every format
| HEX | #232fff |
| RGB | rgb(35, 47, 255) |
| HSL | hsl(237, 100%, 57%) |
| CMYK | cmyk(86%, 82%, 0%, 0%) |
| LAB | lab(37.1 67.2 -99.8) |
| LCH | lch(37.1 120.3 303.9) |
| OKLCH | oklch(0.487 0.289 267.2) |
Copy-ready code
/* CSS */
color: #232fff;
background-color: #232fff;
/* Tailwind (arbitrary) */
class="text-[#232fff] bg-[#232fff]"
/* SCSS */
$brand: #232fff;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#232fff")Accessibility — WCAG contrast
Aa
#232fff on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232fff on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue100.0%
CMYK percentages
Cyan86.3%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#232fff text on a black background
contrast 2.92:1
Card sample
#232fff text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232fff;
Background color
Panel with #232fff background
background-color: #232fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232fff; background: linear-gradient(135deg, #232fff, #AA23FF);