Teal
#0F5B70
CyanColor Codes
All color formats for development
HEX
#0F5B70RGB
rgb(15, 91, 112)HSL
hsl(193, 76%, 25%)OKLCH
oklch(0.438 0.076 222.1)CMYK
cmyk(87%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5265
2#0C495A
3#0B404F
4#093743
5#082E38
6#06242D
7#051B22
8#031216
9#02090B
Tints
Lighter variations
1#147792
2#1892B4
3#1DADD5
4#35BEE3
5#57C9E8
6#78D3ED
7#9ADEF1
8#BCE9F6
9#DDF4FA
Tones
Muted variations
1#14586B
2#195667
3#1E5362
4#23505D
5#284D58
6#2C4B53
7#31484E
8#364549
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EC #C5ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DE #98DEF1 | BordersInactive statesPlaceholder text |
| 400 | 62CC #62CCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BE #35BEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA1 #1BA1C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5B #0F5B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3A #0A3A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FB;
--teal-200: #C5ECF7;
--teal-300: #98DEF1;
--teal-400: #62CCEA;
--teal-500: #35BEE3;
--teal-600: #1BA1C5;
--teal-700: #15809D;
--teal-800: #0F5B70;
--teal-900: #0A3A48;
--teal-950: #06242D;
}