Teal
#0F6A71
CyanColor Codes
All color formats for development
HEX
#0F6A71RGB
rgb(15, 106, 113)HSL
hsl(184, 77%, 25%)OKLCH
oklch(0.479 0.078 203.2)CMYK
cmyk(87%, 6%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6066
2#0C555A
3#0A4A4F
4#094044
5#073538
6#062B2D
7#042022
8#031517
9#010B0B
Tints
Lighter variations
1#138A93
2#17AAB5
3#1CCAD6
4#34D9E5
5#56DFE9
6#78E6ED
7#99ECF2
8#BBF2F6
9#DDF9FB
Tones
Muted variations
1#14666C
2#186267
3#1D5E62
4#22595D
5#275558
6#2C5153
7#314D4E
8#36484A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EB #97EBF2 | BordersInactive statesPlaceholder text |
| 400 | 61E1 #61E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34D9 #34D9E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1ABB #1ABBC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1595 #15959E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094448 | 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: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C4F4F7;
--teal-300: #97EBF2;
--teal-400: #61E1EA;
--teal-500: #34D9E5;
--teal-600: #1ABBC7;
--teal-700: #15959E;
--teal-800: #0F6A71;
--teal-900: #094448;
--teal-950: #062B2D;
}