Teal
#0F5C71
CyanColor Codes
All color formats for development
HEX
#0F5C71RGB
rgb(15, 92, 113)HSL
hsl(193, 77%, 25%)OKLCH
oklch(0.442 0.077 221.8)CMYK
cmyk(87%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5266
2#0C495A
3#0A404F
4#093744
5#072E38
6#06252D
7#041B22
8#031217
9#01090B
Tints
Lighter variations
1#137793
2#1793B5
3#1CAED6
4#34BEE5
5#56C9E9
6#78D4ED
7#99DFF2
8#BBE9F6
9#DDF4FB
Tones
Muted variations
1#14596C
2#185667
3#1D5362
4#22505D
5#274E58
6#2C4B53
7#31484E
8#36454A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EC #C4ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 61CD #61CDEA | Disabled statesSecondary iconsMuted text |
| 500 | 34BE #34BEE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA1 #1AA1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5C #0F5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C4ECF7;
--teal-300: #97DEF2;
--teal-400: #61CDEA;
--teal-500: #34BEE5;
--teal-600: #1AA1C7;
--teal-700: #15809E;
--teal-800: #0F5C71;
--teal-900: #093B48;
--teal-950: #06252D;
}