#69f1eb
a light, electric cyan · cool · closest name: turquoise
RGB
105, 241, 235
HSL
177°, 83%, 68%
CMYK
56, 0, 3, 6
Luminance
0.7191
Every format
| HEX | #69f1eb |
| RGB | rgb(105, 241, 235) |
| HSL | hsl(177, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 3%, 6%) |
| LAB | lab(87.9 -38.3 -8.3) |
| LCH | lch(87.9 39.2 192.2) |
| OKLCH | oklch(0.882 0.119 191.2) |
Copy-ready code
/* CSS */
color: #69f1eb;
background-color: #69f1eb;
/* Tailwind (arbitrary) */
class="text-[#69f1eb] bg-[#69f1eb]"
/* SCSS */
$brand: #69f1eb;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#69f1eb")Accessibility — WCAG contrast
Aa
#69f1eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f1eb on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue92.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#69f1eb text on a black background
contrast 15.38:1
Card sample
#69f1eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f1eb;
Background color
Panel with #69f1eb background
background-color: #69f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f1eb; background: linear-gradient(135deg, #69f1eb, #699CF1);