#69dfe8
a light, vivid cyan · cool · closest name: turquoise
RGB
105, 223, 232
HSL
184°, 73%, 66%
CMYK
55, 4, 0, 9
Luminance
0.6160
Every format
| HEX | #69dfe8 |
| RGB | rgb(105, 223, 232) |
| HSL | hsl(184, 73%, 66%) |
| CMYK | cmyk(55%, 4%, 0%, 9%) |
| LAB | lab(82.7 -30.7 -14.5) |
| LCH | lch(82.7 33.9 205.3) |
| OKLCH | oklch(0.839 0.107 202.1) |
Copy-ready code
/* CSS */
color: #69dfe8;
background-color: #69dfe8;
/* Tailwind (arbitrary) */
class="text-[#69dfe8] bg-[#69dfe8]"
/* SCSS */
$brand: #69dfe8;
/* SwiftUI */
Color(red: 0.412, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#69dfe8")Accessibility — WCAG contrast
Aa
#69dfe8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dfe8 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.5%
Blue91.0%
CMYK percentages
Cyan54.7%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#69dfe8 text on a black background
contrast 13.32:1
Card sample
#69dfe8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dfe8;
Background color
Panel with #69dfe8 background
background-color: #69dfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dfe8; background: linear-gradient(135deg, #69dfe8, #698AE8);