Teal
#0F5D70
CyanColor Codes
All color formats for development
HEX
#0F5D70RGB
rgb(15, 93, 112)HSL
hsl(192, 76%, 25%)OKLCH
oklch(0.444 0.076 219.4)CMYK
cmyk(87%, 17%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5465
2#0C4A5A
3#0B414F
4#093843
5#082E38
6#06252D
7#051C22
8#031316
9#02090B
Tints
Lighter variations
1#147992
2#1895B4
3#1DB0D5
4#35C1E3
5#57CBE8
6#78D5ED
7#9AE0F1
8#BCEAF6
9#DDF5FA
Tones
Muted variations
1#145A6B
2#195767
3#1E5462
4#23515D
5#284E58
6#2C4B53
7#31484E
8#364649
9#3B4345
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 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | 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: #F2FBFD;
--teal-100: #E0F5FB;
--teal-200: #C5EDF7;
--teal-300: #98DFF1;
--teal-400: #62CEEA;
--teal-500: #35C1E3;
--teal-600: #1BA3C5;
--teal-700: #15829D;
--teal-800: #0F5D70;
--teal-900: #0A3B48;
--teal-950: #06252D;
}