Teal
#0E98A4
CyanColor Codes
All color formats for development
HEX
#0E98A4RGB
rgb(14, 152, 164)HSL
hsl(185, 84%, 35%)OKLCH
oklch(0.621 0.104 204.9)CMYK
cmyk(91%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8994
2#0B7983
3#0A6A73
4#095B63
5#074C52
6#063D42
7#042E31
8#031E21
9#010F10
Tints
Lighter variations
1#11B4C3
2#14D0E1
3#2ADCEC
4#48E1EF
5#67E6F2
6#85EBF4
7#A4F0F7
8#C2F5FA
9#E1FAFC
Tones
Muted variations
1#16919D
2#1D8B95
3#25858E
4#2C7F86
5#34787F
6#3B7277
7#436C70
8#4A6668
9#525F61
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 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93ED #93EDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE4 #5BE4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CDD #2CDDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BF #12BFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E98 #0E98A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6C #0A6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F5FA;
--teal-300: #93EDF6;
--teal-400: #5BE4F1;
--teal-500: #2CDDED;
--teal-600: #12BFCE;
--teal-700: #0E98A4;
--teal-800: #0A6C75;
--teal-900: #07454B;
--teal-950: #042B2F;
}