#233f46
a deep, soft cyan · cool · closest name: darkslategray
RGB
35, 63, 70
HSL
192°, 33%, 21%
CMYK
50, 10, 0, 73
Luminance
0.0435
Every format
| HEX | #233f46 |
| RGB | rgb(35, 63, 70) |
| HSL | hsl(192, 33%, 21%) |
| CMYK | cmyk(50%, 10%, 0%, 73%) |
| LAB | lab(24.8 -8.4 -7.6) |
| LCH | lch(24.8 11.3 222.2) |
| OKLCH | oklch(0.348 0.036 215.5) |
Copy-ready code
/* CSS */
color: #233f46;
background-color: #233f46;
/* Tailwind (arbitrary) */
class="text-[#233f46] bg-[#233f46]"
/* SCSS */
$brand: #233f46;
/* SwiftUI */
Color(red: 0.137, green: 0.247, blue: 0.275)
/* Android */
Color.parseColor("#233f46")Accessibility — WCAG contrast
Aa
#233f46 on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233f46 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green24.7%
Blue27.5%
CMYK percentages
Cyan50.0%
Magenta10.0%
Yellow0.0%
Key (black)72.5%
Color previews
#233f46 text on a black background
contrast 1.87:1
Card sample
#233f46 text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233f46;
Background color
Panel with #233f46 background
background-color: #233f46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233f46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 63, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 63, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233f46; background: linear-gradient(135deg, #233f46, #232846);