Teal
#0F97A3
CyanColor Codes
All color formats for development
HEX
#0F97A3RGB
rgb(15, 151, 163)HSL
hsl(185, 83%, 35%)OKLCH
oklch(0.618 0.103 205)CMYK
cmyk(91%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8893
2#0C7983
3#0B6A72
4#095B62
5#084B52
6#063C41
7#052D31
8#031E21
9#020F10
Tints
Lighter variations
1#12B3C2
2#15CFE0
3#2BDBEB
4#49E0EE
5#67E5F1
6#86EBF4
7#A4F0F7
8#C2F5F9
9#E1FAFC
Tones
Muted variations
1#17919C
2#1E8B95
3#25848D
4#2D7E86
5#34787E
6#3C7277
7#436C6F
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | 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: #DEF9FC;
--teal-200: #C2F5F9;
--teal-300: #94EDF5;
--teal-400: #5CE3F0;
--teal-500: #2DDCEB;
--teal-600: #13BECD;
--teal-700: #0F97A3;
--teal-800: #0B6C75;
--teal-900: #07454B;
--teal-950: #042B2F;
}