Teal
#0E8BA4
CyanColor Codes
All color formats for development
HEX
#0E8BA4RGB
rgb(14, 139, 164)HSL
hsl(190, 84%, 35%)OKLCH
oklch(0.588 0.102 216.8)CMYK
cmyk(91%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7D94
2#0B6F83
3#0A6173
4#095463
5#074652
6#063842
7#042A31
8#031C21
9#010E10
Tints
Lighter variations
1#11A5C3
2#14BFE1
3#2ACCEC
4#48D3EF
5#67DBF2
6#85E2F4
7#A4E9F7
8#C2F0FA
9#E1F8FC
Tones
Muted variations
1#16869D
2#1D8195
3#257C8E
4#2C7786
5#34727F
6#3B6D77
7#436870
8#4A6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E5 #93E5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD8 #5BD8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CCD #2CCDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AF #12AFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8B #0E8BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A63 #0A6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF7FC;
--teal-200: #C2F0FA;
--teal-300: #93E5F6;
--teal-400: #5BD8F1;
--teal-500: #2CCDED;
--teal-600: #12AFCE;
--teal-700: #0E8BA4;
--teal-800: #0A6375;
--teal-900: #07404B;
--teal-950: #04282F;
}