Teal
#0E90A4
CyanColor Codes
All color formats for development
HEX
#0E90A4RGB
rgb(14, 144, 164)HSL
hsl(188, 84%, 35%)OKLCH
oklch(0.601 0.102 212.2)CMYK
cmyk(91%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8294
2#0B7383
3#0A6573
4#095763
5#074852
6#063A42
7#042B31
8#031D21
9#010E10
Tints
Lighter variations
1#11ABC3
2#14C6E1
3#2AD2EC
4#48D9EF
5#67DFF2
6#85E6F4
7#A4ECF7
8#C2F2FA
9#E1F9FC
Tones
Muted variations
1#168B9D
2#1D8595
3#25808E
4#2C7A86
5#34757F
6#3B6F77
7#436A70
8#4A6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E8 #93E8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDD #5BDDF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD3 #2CD3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B5 #12B5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E90 #0E90A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F2FA;
--teal-300: #93E8F6;
--teal-400: #5BDDF1;
--teal-500: #2CD3ED;
--teal-600: #12B5CE;
--teal-700: #0E90A4;
--teal-800: #0A6775;
--teal-900: #07424B;
--teal-950: #04292F;
}