#69ebdb
a light, electric cyan · cool · closest name: turquoise
RGB
105, 235, 219
HSL
173°, 77%, 67%
CMYK
55, 0, 7, 8
Luminance
0.6753
Every format
| HEX | #69ebdb |
| RGB | rgb(105, 235, 219) |
| HSL | hsl(173, 77%, 67%) |
| CMYK | cmyk(55%, 0%, 7%, 8%) |
| LAB | lab(85.8 -39.6 -3.1) |
| LCH | lch(85.8 39.8 184.5) |
| OKLCH | oklch(0.863 0.117 184.4) |
Copy-ready code
/* CSS */
color: #69ebdb;
background-color: #69ebdb;
/* Tailwind (arbitrary) */
class="text-[#69ebdb] bg-[#69ebdb]"
/* SCSS */
$brand: #69ebdb;
/* SwiftUI */
Color(red: 0.412, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#69ebdb")Accessibility — WCAG contrast
Aa
#69ebdb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ebdb on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green92.2%
Blue85.9%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#69ebdb text on a black background
contrast 14.51:1
Card sample
#69ebdb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ebdb;
Background color
Panel with #69ebdb background
background-color: #69ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ebdb; background: linear-gradient(135deg, #69ebdb, #69A4EB);