Emerald
#41D8BF
CyanColor Codes
All color formats for development
HEX
#41D8BFRGB
rgb(65, 216, 191)HSL
hsl(170, 66%, 55%)OKLCH
oklch(0.798 0.13 179.2)CMYK
cmyk(70%, 0%, 12%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2B6
2#26BAA2
3#21A38D
4#1D8C79
5#187465
6#135D51
7#0E463D
8#0A2F28
9#051714
Tints
Lighter variations
1#54DCC5
2#67E0CC
3#7AE4D2
4#8DE8D8
5#A0EBDF
6#B3EFE5
7#C6F3EC
8#D9F7F2
9#ECFBF9
Tones
Muted variations
1#48D0BA
2#50C9B5
3#57C1B0
4#5FBAAB
5#66B2A5
6#6EABA0
7#76A39B
8#7D9B96
9#859491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1CD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFB;
--emerald-100: #E1F9F5;
--emerald-200: #C8F4EC;
--emerald-300: #9EEBDE;
--emerald-400: #6BE1CD;
--emerald-500: #41D8BF;
--emerald-600: #26BAA2;
--emerald-700: #1E9481;
--emerald-800: #166A5C;
--emerald-900: #0E443B;
--emerald-950: #092A25;
}