Teal
#0EA4A4
CyanColor Codes
All color formats for development
HEX
#0EA4A4RGB
rgb(14, 164, 164)HSL
hsl(180, 84%, 35%)OKLCH
oklch(0.652 0.109 194.8)CMYK
cmyk(91%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9494
2#0B8383
3#0A7373
4#096363
5#075252
6#064242
7#043131
8#032121
9#011010
Tints
Lighter variations
1#11C3C3
2#14E1E1
3#2AECEC
4#48EFEF
5#67F2F2
6#85F4F4
7#A4F7F7
8#C2FAFA
9#E1FCFC
Tones
Muted variations
1#169D9D
2#1D9595
3#258E8E
4#2C8686
5#347F7F
6#3B7777
7#437070
8#4A6868
9#526161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAFA;
--teal-300: #93F6F6;
--teal-400: #5BF1F1;
--teal-500: #2CEDED;
--teal-600: #12CECE;
--teal-700: #0EA4A4;
--teal-800: #0A7575;
--teal-900: #074B4B;
--teal-950: #042F2F;
}