Teal
#0F6A70
CyanColor Codes
All color formats for development
HEX
#0F6A70RGB
rgb(15, 106, 112)HSL
hsl(184, 76%, 25%)OKLCH
oklch(0.479 0.078 202)CMYK
cmyk(87%, 5%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5F65
2#0C555A
3#0B4A4F
4#093F43
5#083538
6#062A2D
7#052022
8#031516
9#020B0B
Tints
Lighter variations
1#148992
2#18A9B4
3#1DC9D5
4#35D8E3
5#57DEE8
6#78E5ED
7#9AEBF1
8#BCF2F6
9#DDF8FA
Tones
Muted variations
1#14666B
2#196167
3#1E5D62
4#23595D
5#285558
6#2C5153
7#314C4E
8#364849
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FB;
--teal-200: #C5F4F7;
--teal-300: #98EBF1;
--teal-400: #62E1EA;
--teal-500: #35D8E3;
--teal-600: #1BBAC5;
--teal-700: #15949D;
--teal-800: #0F6A70;
--teal-900: #0A4448;
--teal-950: #062A2D;
}