#299cdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
41, 156, 223
HSL
202°, 74%, 52%
CMYK
82, 30, 0, 13
Luminance
0.2958
Every format
| HEX | #299cdf |
| RGB | rgb(41, 156, 223) |
| HSL | hsl(202, 74%, 52%) |
| CMYK | cmyk(82%, 30%, 0%, 13%) |
| LAB | lab(61.3 -8.1 -42.7) |
| LCH | lch(61.3 43.5 259.3) |
| OKLCH | oklch(0.662 0.139 240.4) |
Copy-ready code
/* CSS */
color: #299cdf;
background-color: #299cdf;
/* Tailwind (arbitrary) */
class="text-[#299cdf] bg-[#299cdf]"
/* SCSS */
$brand: #299cdf;
/* SwiftUI */
Color(red: 0.161, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#299cdf")Accessibility — WCAG contrast
Aa
#299cdf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299cdf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green61.2%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#299cdf text on a black background
contrast 6.92:1
Card sample
#299cdf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299cdf;
Background color
Panel with #299cdf background
background-color: #299cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299cdf; background: linear-gradient(135deg, #299cdf, #3029DF);