#69beee
a light, electric blue · cool · closest name: skyblue
RGB
105, 190, 238
HSL
202°, 80%, 67%
CMYK
56, 20, 0, 7
Luminance
0.4600
Every format
| HEX | #69beee |
| RGB | rgb(105, 190, 238) |
| HSL | hsl(202, 80%, 67%) |
| CMYK | cmyk(56%, 20%, 0%, 7%) |
| LAB | lab(73.5 -12.3 -31.7) |
| LCH | lch(73.5 34.0 248.7) |
| OKLCH | oklch(0.767 0.107 235.3) |
Copy-ready code
/* CSS */
color: #69beee;
background-color: #69beee;
/* Tailwind (arbitrary) */
class="text-[#69beee] bg-[#69beee]"
/* SCSS */
$brand: #69beee;
/* SwiftUI */
Color(red: 0.412, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#69beee")Accessibility — WCAG contrast
Aa
#69beee on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69beee on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#69beee text on a black background
contrast 10.20:1
Card sample
#69beee text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69beee;
Background color
Panel with #69beee background
background-color: #69beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69beee; background: linear-gradient(135deg, #69beee, #6D69EE);