Teal
#0EA47F
CyanColor Codes
All color formats for development
HEX
#0EA47FRGB
rgb(14, 164, 127)HSL
hsl(165, 84%, 35%)OKLCH
oklch(0.64 0.126 169.1)CMYK
cmyk(91%, 0%, 23%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9472
2#0B8365
3#0A7359
4#09634C
5#07523F
6#064233
7#043126
8#032119
9#01100D
Tints
Lighter variations
1#11C396
2#14E1AE
3#2AECBC
4#48EFC5
5#67F2CF
6#85F4D9
7#A4F7E2
8#C2FAEC
9#E1FCF5
Tones
Muted variations
1#169D7B
2#1D9577
3#258E73
4#2C8670
5#347F6C
6#3B7768
7#437064
8#4A6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DD | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAEC;
--teal-300: #93F6DD;
--teal-400: #5BF1CB;
--teal-500: #2CEDBC;
--teal-600: #12CE9F;
--teal-700: #0EA47F;
--teal-800: #0A755B;
--teal-900: #074B3A;
--teal-950: #042F24;
}