Teal
#0F6E71
CyanColor Codes
All color formats for development
HEX
#0F6E71RGB
rgb(15, 110, 113)HSL
hsl(182, 77%, 25%)OKLCH
oklch(0.49 0.08 198.3)CMYK
cmyk(87%, 3%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6366
2#0C585A
3#0A4D4F
4#094244
5#073738
6#062C2D
7#042122
8#031617
9#010B0B
Tints
Lighter variations
1#138E93
2#17AFB5
3#1CD0D6
4#34DFE5
5#56E4E9
6#78E9ED
7#99EFF2
8#BBF4F6
9#DDFAFB
Tones
Muted variations
1#14696C
2#186467
3#1D6062
4#225B5D
5#275758
6#2C5253
7#314D4E
8#36494A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 61E6 #61E6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34DF #34DFE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC1 #1AC1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6E #0F6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094648 | 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: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F6F7;
--teal-300: #97EEF2;
--teal-400: #61E6EA;
--teal-500: #34DFE5;
--teal-600: #1AC1C7;
--teal-700: #15999E;
--teal-800: #0F6E71;
--teal-900: #094648;
--teal-950: #062C2D;
}