#1fadbb
a dark, vivid cyan · cool · closest name: teal
RGB
31, 173, 187
HSL
185°, 72%, 43%
CMYK
83, 8, 0, 27
Luminance
0.3377
Every format
| HEX | #1fadbb |
| RGB | rgb(31, 173, 187) |
| HSL | hsl(185, 72%, 43%) |
| CMYK | cmyk(83%, 8%, 0%, 27%) |
| LAB | lab(64.8 -30.1 -17.3) |
| LCH | lch(64.8 34.7 209.9) |
| OKLCH | oklch(0.685 0.112 205.5) |
Copy-ready code
/* CSS */
color: #1fadbb;
background-color: #1fadbb;
/* Tailwind (arbitrary) */
class="text-[#1fadbb] bg-[#1fadbb]"
/* SCSS */
$brand: #1fadbb;
/* SwiftUI */
Color(red: 0.122, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#1fadbb")Accessibility — WCAG contrast
Aa
#1fadbb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fadbb on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green67.8%
Blue73.3%
CMYK percentages
Cyan83.4%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#1fadbb text on a black background
contrast 7.75:1
Card sample
#1fadbb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fadbb;
Background color
Panel with #1fadbb background
background-color: #1fadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fadbb; background: linear-gradient(135deg, #1fadbb, #1F45BB);