Emerald
#41D8C4
CyanColor Codes
All color formats for development
HEX
#41D8C4RGB
rgb(65, 216, 196)HSL
hsl(172, 66%, 55%)OKLCH
oklch(0.8 0.127 182.2)CMYK
cmyk(70%, 0%, 9%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2BB
2#26BAA7
3#21A392
4#1D8C7D
5#187468
6#135D53
7#0E463E
8#0A2F2A
9#051715
Tints
Lighter variations
1#54DCCA
2#67E0D0
3#7AE4D6
4#8DE8DB
5#A0EBE1
6#B3EFE7
7#C6F3ED
8#D9F7F3
9#ECFBF9
Tones
Muted variations
1#48D0BE
2#50C9B9
3#57C1B3
4#5FBAAE
5#66B2A8
6#6EABA2
7#76A39D
8#7D9B97
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFB;
--emerald-100: #E1F9F6;
--emerald-200: #C8F4EE;
--emerald-300: #9EEBE1;
--emerald-400: #6BE1D1;
--emerald-500: #41D8C4;
--emerald-600: #26BAA7;
--emerald-700: #1E9484;
--emerald-800: #166A5F;
--emerald-900: #0E443D;
--emerald-950: #092A26;
}