#1febad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 235, 173
HSL
162°, 84%, 52%
CMYK
87, 0, 26, 8
Luminance
0.6273
Every format
| HEX | #1febad |
| RGB | rgb(31, 235, 173) |
| HSL | hsl(162, 84%, 52%) |
| CMYK | cmyk(87%, 0%, 26%, 8%) |
| LAB | lab(83.3 -60.3 17.3) |
| LCH | lch(83.3 62.7 164.0) |
| OKLCH | oklch(0.835 0.171 165.1) |
Copy-ready code
/* CSS */
color: #1febad;
background-color: #1febad;
/* Tailwind (arbitrary) */
class="text-[#1febad] bg-[#1febad]"
/* SCSS */
$brand: #1febad;
/* SwiftUI */
Color(red: 0.122, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#1febad")Accessibility — WCAG contrast
Aa
#1febad on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1febad on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green92.2%
Blue67.8%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#1febad text on a black background
contrast 13.55:1
Card sample
#1febad text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1febad;
Background color
Panel with #1febad background
background-color: #1febad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1febad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1febad; background: linear-gradient(135deg, #1febad, #1FA1EB);