#26ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
38, 235, 219
HSL
175°, 83%, 54%
CMYK
84, 0, 7, 8
Luminance
0.6494
Every format
| HEX | #26ebdb |
| RGB | rgb(38, 235, 219) |
| HSL | hsl(175, 83%, 54%) |
| CMYK | cmyk(84%, 0%, 7%, 8%) |
| LAB | lab(84.5 -48.3 -5.2) |
| LCH | lch(84.5 48.6 186.1) |
| OKLCH | oklch(0.848 0.144 185.9) |
Copy-ready code
/* CSS */
color: #26ebdb;
background-color: #26ebdb;
/* Tailwind (arbitrary) */
class="text-[#26ebdb] bg-[#26ebdb]"
/* SCSS */
$brand: #26ebdb;
/* SwiftUI */
Color(red: 0.149, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#26ebdb")Accessibility — WCAG contrast
Aa
#26ebdb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26ebdb on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green92.2%
Blue85.9%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#26ebdb text on a black background
contrast 13.99:1
Card sample
#26ebdb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26ebdb;
Background color
Panel with #26ebdb background
background-color: #26ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26ebdb; background: linear-gradient(135deg, #26ebdb, #2678EB);