Teal
#0F6B70
CyanColor Codes
All color formats for development
HEX
#0F6B70RGB
rgb(15, 107, 112)HSL
hsl(183, 76%, 25%)OKLCH
oklch(0.482 0.078 200.8)CMYK
cmyk(87%, 4%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6165
2#0C565A
3#0B4B4F
4#094043
5#083638
6#062B2D
7#052022
8#031516
9#020B0B
Tints
Lighter variations
1#148C92
2#18ACB4
3#1DCCD5
4#35DBE3
5#57E1E8
6#78E7ED
7#9AEDF1
8#BCF3F6
9#DDF9FA
Tones
Muted variations
1#14676B
2#196367
3#1E5E62
4#235A5D
5#285658
6#2C5153
7#314D4E
8#364849
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0F9FB;
--teal-200: #C5F5F7;
--teal-300: #98ECF1;
--teal-400: #62E3EA;
--teal-500: #35DBE3;
--teal-600: #1BBDC5;
--teal-700: #15969D;
--teal-800: #0F6B70;
--teal-900: #0A4548;
--teal-950: #062B2D;
}