Teal
#0F6570
CyanColor Codes
All color formats for development
HEX
#0F6570RGB
rgb(15, 101, 112)HSL
hsl(187, 76%, 25%)OKLCH
oklch(0.465 0.076 208.5)CMYK
cmyk(87%, 10%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5B65
2#0C515A
3#0B474F
4#093D43
5#083238
6#06282D
7#051E22
8#031416
9#020A0B
Tints
Lighter variations
1#148392
2#18A1B4
3#1DC0D5
4#35CFE3
5#57D7E8
6#78DFED
7#9AE7F1
8#BCEFF6
9#DDF7FA
Tones
Muted variations
1#14616B
2#195D67
3#1E5A62
4#23565D
5#285258
6#2C4F53
7#314B4E
8#364749
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FB;
--teal-200: #C5F1F7;
--teal-300: #98E7F1;
--teal-400: #62DAEA;
--teal-500: #35CFE3;
--teal-600: #1BB2C5;
--teal-700: #158D9D;
--teal-800: #0F6570;
--teal-900: #0A4148;
--teal-950: #06282D;
}