#74bceb
a light, vivid blue · cool · closest name: skyblue
RGB
116, 188, 235
HSL
204°, 75%, 69%
CMYK
51, 20, 0, 8
Luminance
0.4568
Every format
| HEX | #74bceb |
| RGB | rgb(116, 188, 235) |
| HSL | hsl(204, 75%, 69%) |
| CMYK | cmyk(51%, 20%, 0%, 8%) |
| LAB | lab(73.3 -9.8 -30.3) |
| LCH | lch(73.3 31.9 252.1) |
| OKLCH | oklch(0.766 0.099 238.5) |
Copy-ready code
/* CSS */
color: #74bceb;
background-color: #74bceb;
/* Tailwind (arbitrary) */
class="text-[#74bceb] bg-[#74bceb]"
/* SCSS */
$brand: #74bceb;
/* SwiftUI */
Color(red: 0.455, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#74bceb")Accessibility — WCAG contrast
Aa
#74bceb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74bceb on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan50.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#74bceb text on a black background
contrast 10.14:1
Card sample
#74bceb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74bceb;
Background color
Panel with #74bceb background
background-color: #74bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74bceb; background: linear-gradient(135deg, #74bceb, #7B74EB);