Teal
#0E89A4
CyanColor Codes
All color formats for development
HEX
#0E89A4RGB
rgb(14, 137, 164)HSL
hsl(191, 84%, 35%)OKLCH
oklch(0.583 0.103 218.7)CMYK
cmyk(91%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7B94
2#0B6D83
3#0A6073
4#095263
5#074452
6#063742
7#042931
8#031B21
9#010E10
Tints
Lighter variations
1#11A2C3
2#14BCE1
3#2AC9EC
4#48D0EF
5#67D8F2
6#85E0F4
7#A4E8F7
8#C2EFFA
9#E1F7FC
Tones
Muted variations
1#16849D
2#1D7F95
3#257A8E
4#2C7686
5#34717F
6#3B6C77
7#436770
8#4A6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E4 #93E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD5 #5BD5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC9 #2CC9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AC #12ACCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E89 #0E89A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF7FC;
--teal-200: #C2EFFA;
--teal-300: #93E4F6;
--teal-400: #5BD5F1;
--teal-500: #2CC9ED;
--teal-600: #12ACCE;
--teal-700: #0E89A4;
--teal-800: #0A6275;
--teal-900: #073F4B;
--teal-950: #04272F;
}