#237694
a dark, vivid cyan · cool · closest name: steelblue
RGB
35, 118, 148
HSL
196°, 62%, 36%
CMYK
76, 20, 0, 42
Luminance
0.1545
Every format
| HEX | #237694 |
| RGB | rgb(35, 118, 148) |
| HSL | hsl(196, 62%, 36%) |
| CMYK | cmyk(76%, 20%, 0%, 42%) |
| LAB | lab(46.3 -13.9 -23.3) |
| LCH | lch(46.3 27.1 239.1) |
| OKLCH | oklch(0.531 0.090 226.8) |
Copy-ready code
/* CSS */
color: #237694;
background-color: #237694;
/* Tailwind (arbitrary) */
class="text-[#237694] bg-[#237694]"
/* SCSS */
$brand: #237694;
/* SwiftUI */
Color(red: 0.137, green: 0.463, blue: 0.580)
/* Android */
Color.parseColor("#237694")Accessibility — WCAG contrast
Aa
#237694 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#237694 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green46.3%
Blue58.0%
CMYK percentages
Cyan76.4%
Magenta20.3%
Yellow0.0%
Key (black)42.0%
Color previews
#237694 text on a black background
contrast 4.09:1
Card sample
#237694 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #237694;
Background color
Panel with #237694 background
background-color: #237694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #237694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 118, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 118, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #237694; background: linear-gradient(135deg, #237694, #232B94);