Teal
#0F86A3
CyanColor Codes
All color formats for development
HEX
#0F86A3RGB
rgb(15, 134, 163)HSL
hsl(192, 83%, 35%)OKLCH
oklch(0.575 0.102 220.8)CMYK
cmyk(91%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7893
2#0C6B83
3#0B5E72
4#095062
5#084352
6#063541
7#052831
8#031B21
9#020D10
Tints
Lighter variations
1#129FC2
2#15B7E0
3#2BC5EB
4#49CDEE
5#67D5F1
6#86DEF4
7#A4E6F7
8#C2EEF9
9#E1F7FC
Tones
Muted variations
1#17819C
2#1E7D95
3#25788D
4#2D7486
5#346F7E
6#3C6B77
7#43676F
8#4A6268
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EEF9;
--teal-300: #94E2F5;
--teal-400: #5CD2F0;
--teal-500: #2DC5EB;
--teal-600: #13A8CD;
--teal-700: #0F86A3;
--teal-800: #0B5F75;
--teal-900: #073D4B;
--teal-950: #04262F;
}