#234761
a dark, vivid blue · cool · closest name: darkslategray
RGB
35, 71, 97
HSL
205°, 47%, 26%
CMYK
64, 27, 0, 62
Luminance
0.0573
Every format
| HEX | #234761 |
| RGB | rgb(35, 71, 97) |
| HSL | hsl(205, 47%, 26%) |
| CMYK | cmyk(64%, 27%, 0%, 62%) |
| LAB | lab(28.7 -4.1 -19.2) |
| LCH | lch(28.7 19.6 258.0) |
| OKLCH | oklch(0.384 0.061 242.1) |
Copy-ready code
/* CSS */
color: #234761;
background-color: #234761;
/* Tailwind (arbitrary) */
class="text-[#234761] bg-[#234761]"
/* SCSS */
$brand: #234761;
/* SwiftUI */
Color(red: 0.137, green: 0.278, blue: 0.380)
/* Android */
Color.parseColor("#234761")Accessibility — WCAG contrast
Aa
#234761 on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#234761 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green27.8%
Blue38.0%
CMYK percentages
Cyan63.9%
Magenta26.8%
Yellow0.0%
Key (black)62.0%
Color previews
#234761 text on a black background
contrast 2.15:1
Card sample
#234761 text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #234761;
Background color
Panel with #234761 background
background-color: #234761;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #234761;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 71, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 71, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #234761; background: linear-gradient(135deg, #234761, #282361);