#298fa3
a dark, vivid cyan · cool · closest name: teal
RGB
41, 143, 163
HSL
190°, 60%, 40%
CMYK
75, 12, 0, 36
Luminance
0.2276
Every format
| HEX | #298fa3 |
| RGB | rgb(41, 143, 163) |
| HSL | hsl(190, 60%, 40%) |
| CMYK | cmyk(75%, 12%, 0%, 36%) |
| LAB | lab(54.8 -21.7 -18.9) |
| LCH | lch(54.8 28.7 221.0) |
| OKLCH | oklch(0.602 0.094 213.9) |
Copy-ready code
/* CSS */
color: #298fa3;
background-color: #298fa3;
/* Tailwind (arbitrary) */
class="text-[#298fa3] bg-[#298fa3]"
/* SCSS */
$brand: #298fa3;
/* SwiftUI */
Color(red: 0.161, green: 0.561, blue: 0.639)
/* Android */
Color.parseColor("#298fa3")Accessibility — WCAG contrast
Aa
#298fa3 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#298fa3 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green56.1%
Blue63.9%
CMYK percentages
Cyan74.8%
Magenta12.3%
Yellow0.0%
Key (black)36.1%
Color previews
#298fa3 text on a black background
contrast 5.55:1
Card sample
#298fa3 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298fa3;
Background color
Panel with #298fa3 background
background-color: #298fa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298fa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 143, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 143, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298fa3; background: linear-gradient(135deg, #298fa3, #293EA3);