#006288
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 98, 136
HSL
197°, 100%, 27%
CMYK
100, 28, 0, 47
Luminance
0.1051
Every format
| HEX | #006288 |
| RGB | rgb(0, 98, 136) |
| HSL | hsl(197, 100%, 27%) |
| CMYK | cmyk(100%, 28%, 0%, 47%) |
| LAB | lab(38.8 -9.7 -27.8) |
| LCH | lch(38.8 29.5 250.8) |
| OKLCH | oklch(0.467 0.098 233.9) |
Copy-ready code
/* CSS */
color: #006288;
background-color: #006288;
/* Tailwind (arbitrary) */
class="text-[#006288] bg-[#006288]"
/* SCSS */
$brand: #006288;
/* SwiftUI */
Color(red: 0.000, green: 0.384, blue: 0.533)
/* Android */
Color.parseColor("#006288")Accessibility — WCAG contrast
Aa
#006288 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006288 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green38.4%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta27.9%
Yellow0.0%
Key (black)46.7%
Color previews
#006288 text on a black background
contrast 3.10:1
Card sample
#006288 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006288;
Background color
Panel with #006288 background
background-color: #006288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 98, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 98, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006288; background: linear-gradient(135deg, #006288, #000788);