#299fc2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
41, 159, 194
HSL
194°, 65%, 46%
CMYK
79, 18, 0, 24
Luminance
0.2916
Every format
| HEX | #299fc2 |
| RGB | rgb(41, 159, 194) |
| HSL | hsl(194, 65%, 46%) |
| CMYK | cmyk(79%, 18%, 0%, 24%) |
| LAB | lab(60.9 -19.8 -27.1) |
| LCH | lch(60.9 33.5 233.9) |
| OKLCH | oklch(0.655 0.111 223.0) |
Copy-ready code
/* CSS */
color: #299fc2;
background-color: #299fc2;
/* Tailwind (arbitrary) */
class="text-[#299fc2] bg-[#299fc2]"
/* SCSS */
$brand: #299fc2;
/* SwiftUI */
Color(red: 0.161, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#299fc2")Accessibility — WCAG contrast
Aa
#299fc2 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299fc2 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green62.4%
Blue76.1%
CMYK percentages
Cyan78.9%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#299fc2 text on a black background
contrast 6.83:1
Card sample
#299fc2 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299fc2;
Background color
Panel with #299fc2 background
background-color: #299fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299fc2; background: linear-gradient(135deg, #299fc2, #2939C2);