Teal
#0F6D70
CyanColor Codes
All color formats for development
HEX
#0F6D70RGB
rgb(15, 109, 112)HSL
hsl(182, 76%, 25%)OKLCH
oklch(0.487 0.079 198.4)CMYK
cmyk(87%, 3%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6265
2#0C575A
3#0B4C4F
4#094143
5#083638
6#062C2D
7#052122
8#031616
9#020B0B
Tints
Lighter variations
1#148E92
2#18AEB4
3#1DCFD5
4#35DEE3
5#57E3E8
6#78E9ED
7#9AEEF1
8#BCF4F6
9#DDF9FA
Tones
Muted variations
1#14686B
2#196467
3#1E5F62
4#235B5D
5#285658
6#2C5253
7#314D4E
8#364949
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EE #98EEF1 | BordersInactive statesPlaceholder text |
| 400 | 62E5 #62E5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DE #35DEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC0 #1BC0C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6D #0F6D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A46 #0A4648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFB;
--teal-200: #C5F5F7;
--teal-300: #98EEF1;
--teal-400: #62E5EA;
--teal-500: #35DEE3;
--teal-600: #1BC0C5;
--teal-700: #15999D;
--teal-800: #0F6D70;
--teal-900: #0A4648;
--teal-950: #062C2D;
}