Teal
#0F6870
CyanColor Codes
All color formats for development
HEX
#0F6870RGB
rgb(15, 104, 112)HSL
hsl(185, 76%, 25%)OKLCH
oklch(0.474 0.077 204.6)CMYK
cmyk(87%, 7%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5E65
2#0C535A
3#0B494F
4#093E43
5#083438
6#062A2D
7#051F22
8#031516
9#020A0B
Tints
Lighter variations
1#148792
2#18A7B4
3#1DC6D5
4#35D5E3
5#57DCE8
6#78E3ED
7#9AEAF1
8#BCF1F6
9#DDF8FA
Tones
Muted variations
1#14646B
2#196067
3#1E5C62
4#23585D
5#285458
6#2C5053
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 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | 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: #E0F8FB;
--teal-200: #C5F3F7;
--teal-300: #98E9F1;
--teal-400: #62DEEA;
--teal-500: #35D5E3;
--teal-600: #1BB7C5;
--teal-700: #15929D;
--teal-800: #0F6870;
--teal-900: #0A4348;
--teal-950: #062A2D;
}