Teal
#0F81A3
CyanColor Codes
All color formats for development
HEX
#0F81A3RGB
rgb(15, 129, 163)HSL
hsl(194, 83%, 35%)OKLCH
oklch(0.562 0.104 225.4)CMYK
cmyk(91%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7493
2#0C6783
3#0B5A72
4#094D62
5#084052
6#063441
7#052731
8#031A21
9#020D10
Tints
Lighter variations
1#1299C2
2#15B1E0
3#2BBEEB
4#49C8EE
5#67D1F1
6#86DAF4
7#A4E3F7
8#C2EDF9
9#E1F6FC
Tones
Muted variations
1#177D9C
2#1E7995
3#25758D
4#2D7186
5#346D7E
6#3C6977
7#43656F
8#4A6168
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCD #5CCDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBF #2DBFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A2 #13A2CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F81 #0F81A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | 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: #DEF5FC;
--teal-200: #C2EDF9;
--teal-300: #94DEF5;
--teal-400: #5CCDF0;
--teal-500: #2DBFEB;
--teal-600: #13A2CD;
--teal-700: #0F81A3;
--teal-800: #0B5C75;
--teal-900: #073B4B;
--teal-950: #04252F;
}