#69ebee
a light, electric cyan · cool · closest name: turquoise
RGB
105, 235, 238
HSL
181°, 80%, 67%
CMYK
56, 1, 0, 7
Luminance
0.6859
Every format
| HEX | #69ebee |
| RGB | rgb(105, 235, 238) |
| HSL | hsl(181, 80%, 67%) |
| CMYK | cmyk(56%, 1%, 0%, 7%) |
| LAB | lab(86.3 -34.8 -12.3) |
| LCH | lch(86.3 36.9 199.5) |
| OKLCH | oklch(0.869 0.114 197.3) |
Copy-ready code
/* CSS */
color: #69ebee;
background-color: #69ebee;
/* Tailwind (arbitrary) */
class="text-[#69ebee] bg-[#69ebee]"
/* SCSS */
$brand: #69ebee;
/* SwiftUI */
Color(red: 0.412, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#69ebee")Accessibility — WCAG contrast
Aa
#69ebee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ebee on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green92.2%
Blue93.3%
CMYK percentages
Cyan55.9%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#69ebee text on a black background
contrast 14.72:1
Card sample
#69ebee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ebee;
Background color
Panel with #69ebee background
background-color: #69ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ebee; background: linear-gradient(135deg, #69ebee, #6992EE);