Emerald
#26BAA2
CyanColor Codes
All color formats for development
HEX
#26BAA2RGB
rgb(38, 186, 162)HSL
hsl(170, 66%, 44%)OKLCH
oklch(0.71 0.123 178.4)CMYK
cmyk(80%, 0%, 13%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A891
2#1F9581
3#1B8271
4#177061
5#135D51
6#0F4B41
7#0B3830
8#082520
9#041310
Tints
Lighter variations
1#2BD2B6
2#41D8BF
3#59DDC7
4#71E2CF
5#88E7D7
6#A0ECDF
7#B8F0E7
8#D0F5EF
9#E7FAF7
Tones
Muted variations
1#2EB39D
2#35AB98
3#3CA493
4#449D8E
5#4B9589
6#538E84
7#5A867F
8#617F7A
9#697875
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;
}