#095f7b
a dark, electric cyan · cool · closest name: darkslategray
RGB
9, 95, 123
HSL
195°, 86%, 26%
CMYK
93, 23, 0, 52
Luminance
0.0967
Every format
| HEX | #095f7b |
| RGB | rgb(9, 95, 123) |
| HSL | hsl(195, 86%, 26%) |
| CMYK | cmyk(93%, 23%, 0%, 52%) |
| LAB | lab(37.3 -12.4 -22.3) |
| LCH | lch(37.3 25.5 240.8) |
| OKLCH | oklch(0.454 0.085 227.4) |
Copy-ready code
/* CSS */
color: #095f7b;
background-color: #095f7b;
/* Tailwind (arbitrary) */
class="text-[#095f7b] bg-[#095f7b]"
/* SCSS */
$brand: #095f7b;
/* SwiftUI */
Color(red: 0.035, green: 0.373, blue: 0.482)
/* Android */
Color.parseColor("#095f7b")Accessibility — WCAG contrast
Aa
#095f7b on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095f7b on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green37.3%
Blue48.2%
CMYK percentages
Cyan92.7%
Magenta22.8%
Yellow0.0%
Key (black)51.8%
Color previews
#095f7b text on a black background
contrast 2.93:1
Card sample
#095f7b text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095f7b;
Background color
Panel with #095f7b background
background-color: #095f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 95, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 95, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095f7b; background: linear-gradient(135deg, #095f7b, #09137B);