#235682
a dark, vivid blue · cool · closest name: steelblue
RGB
35, 86, 130
HSL
208°, 58%, 32%
CMYK
73, 34, 0, 49
Luminance
0.0862
Every format
| HEX | #235682 |
| RGB | rgb(35, 86, 130) |
| HSL | hsl(208, 58%, 32%) |
| CMYK | cmyk(73%, 34%, 0%, 49%) |
| LAB | lab(35.3 -1.3 -29.6) |
| LCH | lch(35.3 29.7 267.4) |
| OKLCH | oklch(0.441 0.091 247.7) |
Copy-ready code
/* CSS */
color: #235682;
background-color: #235682;
/* Tailwind (arbitrary) */
class="text-[#235682] bg-[#235682]"
/* SCSS */
$brand: #235682;
/* SwiftUI */
Color(red: 0.137, green: 0.337, blue: 0.510)
/* Android */
Color.parseColor("#235682")Accessibility — WCAG contrast
Aa
#235682 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#235682 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green33.7%
Blue51.0%
CMYK percentages
Cyan73.1%
Magenta33.8%
Yellow0.0%
Key (black)49.0%
Color previews
#235682 text on a black background
contrast 2.72:1
Card sample
#235682 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #235682;
Background color
Panel with #235682 background
background-color: #235682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #235682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 86, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 86, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #235682; background: linear-gradient(135deg, #235682, #2F2382);