Teal
#0F6770
CyanColor Codes
All color formats for development
HEX
#0F6770RGB
rgb(15, 103, 112)HSL
hsl(186, 76%, 25%)OKLCH
oklch(0.471 0.077 205.9)CMYK
cmyk(87%, 8%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5C65
2#0C525A
3#0B484F
4#093E43
5#083338
6#06292D
7#051F22
8#031516
9#020A0B
Tints
Lighter variations
1#148592
2#18A4B4
3#1DC3D5
4#35D2E3
5#57DAE8
6#78E1ED
7#9AE9F1
8#BCF0F6
9#DDF8FA
Tones
Muted variations
1#14636B
2#195F67
3#1E5B62
4#23575D
5#285358
6#2C4F53
7#314B4E
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 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FB;
--teal-200: #C5F2F7;
--teal-300: #98E8F1;
--teal-400: #62DCEA;
--teal-500: #35D2E3;
--teal-600: #1BB4C5;
--teal-700: #15909D;
--teal-800: #0F6770;
--teal-900: #0A4248;
--teal-950: #06292D;
}