#00435f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 67, 95
HSL
198°, 100%, 19%
CMYK
100, 30, 0, 63
Luminance
0.0484
Every format
| HEX | #00435f |
| RGB | rgb(0, 67, 95) |
| HSL | hsl(198, 100%, 19%) |
| CMYK | cmyk(100%, 30%, 0%, 63%) |
| LAB | lab(26.3 -7.3 -21.8) |
| LCH | lch(26.3 22.9 251.6) |
| OKLCH | oklch(0.361 0.076 234.4) |
Copy-ready code
/* CSS */
color: #00435f;
background-color: #00435f;
/* Tailwind (arbitrary) */
class="text-[#00435f] bg-[#00435f]"
/* SCSS */
$brand: #00435f;
/* SwiftUI */
Color(red: 0.000, green: 0.263, blue: 0.373)
/* Android */
Color.parseColor("#00435f")Accessibility — WCAG contrast
Aa
#00435f on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00435f on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.3%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta29.5%
Yellow0.0%
Key (black)62.7%
Color previews
#00435f text on a black background
contrast 1.97:1
Card sample
#00435f text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00435f;
Background color
Panel with #00435f background
background-color: #00435f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00435f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 67, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 67, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00435f; background: linear-gradient(135deg, #00435f, #00045F);