Teal
#0F83A3
CyanColor Codes
All color formats for development
HEX
#0F83A3RGB
rgb(15, 131, 163)HSL
hsl(193, 83%, 35%)OKLCH
oklch(0.567 0.103 223.6)CMYK
cmyk(91%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7693
2#0C6983
3#0B5C72
4#094F62
5#084252
6#063441
7#052731
8#031A21
9#020D10
Tints
Lighter variations
1#129CC2
2#15B4E0
3#2BC2EB
4#49CAEE
5#67D3F1
6#86DCF4
7#A4E5F7
8#C2EDF9
9#E1F6FC
Tones
Muted variations
1#177F9C
2#1E7B95
3#25778D
4#2D7286
5#346E7E
6#3C6A77
7#43666F
8#4A6268
9#525D61
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 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EDF9;
--teal-300: #94E0F5;
--teal-400: #5CD0F0;
--teal-500: #2DC2EB;
--teal-600: #13A5CD;
--teal-700: #0F83A3;
--teal-800: #0B5E75;
--teal-900: #073C4B;
--teal-950: #04252F;
}