Teal
#0F99A3
CyanColor Codes
All color formats for development
HEX
#0F99A3RGB
rgb(15, 153, 163)HSL
hsl(184, 83%, 35%)OKLCH
oklch(0.623 0.104 203.2)CMYK
cmyk(91%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8A93
2#0C7B83
3#0B6B72
4#095C62
5#084D52
6#063D41
7#052E31
8#031F21
9#020F10
Tints
Lighter variations
1#12B6C2
2#15D2E0
3#2BDEEB
4#49E3EE
5#67E8F1
6#86ECF4
7#A4F1F7
8#C2F6F9
9#E1FAFC
Tones
Muted variations
1#17939C
2#1E8D95
3#25868D
4#2D8086
5#34797E
6#3C7377
7#436D6F
8#4A6668
9#526061
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 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFC;
--teal-200: #C2F6F9;
--teal-300: #94EFF5;
--teal-400: #5CE6F0;
--teal-500: #2DDFEB;
--teal-600: #13C1CD;
--teal-700: #0F99A3;
--teal-800: #0B6E75;
--teal-900: #07464B;
--teal-950: #042C2F;
}