#69afd4
a balanced, vivid blue · cool · closest name: skyblue
RGB
105, 175, 212
HSL
201°, 55%, 62%
CMYK
51, 18, 0, 17
Luminance
0.3842
Every format
| HEX | #69afd4 |
| RGB | rgb(105, 175, 212) |
| HSL | hsl(201, 55%, 62%) |
| CMYK | cmyk(51%, 18%, 0%, 17%) |
| LAB | lab(68.3 -11.9 -25.5) |
| LCH | lch(68.3 28.2 245.0) |
| OKLCH | oklch(0.722 0.089 232.9) |
Copy-ready code
/* CSS */
color: #69afd4;
background-color: #69afd4;
/* Tailwind (arbitrary) */
class="text-[#69afd4] bg-[#69afd4]"
/* SCSS */
$brand: #69afd4;
/* SwiftUI */
Color(red: 0.412, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#69afd4")Accessibility — WCAG contrast
Aa
#69afd4 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69afd4 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green68.6%
Blue83.1%
CMYK percentages
Cyan50.5%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#69afd4 text on a black background
contrast 8.68:1
Card sample
#69afd4 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69afd4;
Background color
Panel with #69afd4 background
background-color: #69afd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69afd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69afd4; background: linear-gradient(135deg, #69afd4, #6A69D4);