#26fdbb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
38, 253, 187
HSL
162°, 98%, 57%
CMYK
85, 0, 26, 1
Luminance
0.7425
Every format
| HEX | #26fdbb |
| RGB | rgb(38, 253, 187) |
| HSL | hsl(162, 98%, 57%) |
| CMYK | cmyk(85%, 0%, 26%, 1%) |
| LAB | lab(89.0 -63.4 18.1) |
| LCH | lch(89.0 65.9 164.1) |
| OKLCH | oklch(0.883 0.180 165.2) |
Copy-ready code
/* CSS */
color: #26fdbb;
background-color: #26fdbb;
/* Tailwind (arbitrary) */
class="text-[#26fdbb] bg-[#26fdbb]"
/* SCSS */
$brand: #26fdbb;
/* SwiftUI */
Color(red: 0.149, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#26fdbb")Accessibility — WCAG contrast
Aa
#26fdbb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26fdbb on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green99.2%
Blue73.3%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#26fdbb text on a black background
contrast 15.85:1
Card sample
#26fdbb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26fdbb;
Background color
Panel with #26fdbb background
background-color: #26fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26fdbb; background: linear-gradient(135deg, #26fdbb, #26B0FD);