Teal
#0E9AA4
CyanColor Codes
All color formats for development
HEX
#0E9AA4RGB
rgb(14, 154, 164)HSL
hsl(184, 84%, 35%)OKLCH
oklch(0.626 0.105 203.1)CMYK
cmyk(91%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8B94
2#0B7B83
3#0A6C73
4#095D63
5#074D52
6#063E42
7#042E31
8#031F21
9#010F10
Tints
Lighter variations
1#11B7C3
2#14D4E1
3#2ADFEC
4#48E4EF
5#67E8F2
6#85EDF4
7#A4F1F7
8#C2F6FA
9#E1FAFC
Tones
Muted variations
1#16949D
2#1D8D95
3#25878E
4#2C8086
5#347A7F
6#3B7377
7#436D70
8#4A6668
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EF #93EFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE7 #5BE7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE0 #2CE0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C2 #12C2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9A #0E9AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6E #0A6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F6FA;
--teal-300: #93EFF6;
--teal-400: #5BE7F1;
--teal-500: #2CE0ED;
--teal-600: #12C2CE;
--teal-700: #0E9AA4;
--teal-800: #0A6E75;
--teal-900: #07474B;
--teal-950: #042C2F;
}