Teal
#0F95A3
CyanColor Codes
All color formats for development
HEX
#0F95A3RGB
rgb(15, 149, 163)HSL
hsl(186, 83%, 35%)OKLCH
oklch(0.613 0.103 206.8)CMYK
cmyk(91%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8693
2#0C7783
3#0B6872
4#095962
5#084A52
6#063B41
7#052D31
8#031E21
9#020F10
Tints
Lighter variations
1#12B0C2
2#15CCE0
3#2BD8EB
4#49DEEE
5#67E3F1
6#86E9F4
7#A4EEF7
8#C2F4F9
9#E1F9FC
Tones
Muted variations
1#178F9C
2#1E8995
3#25838D
4#2D7D86
5#34777E
6#3C7177
7#436B6F
8#4A6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F4F9;
--teal-300: #94EBF5;
--teal-400: #5CE1F0;
--teal-500: #2DD8EB;
--teal-600: #13BBCD;
--teal-700: #0F95A3;
--teal-800: #0B6A75;
--teal-900: #07444B;
--teal-950: #042A2F;
}