Teal
#0E6471
CyanColor Codes
All color formats for development
HEX
#0E6471RGB
rgb(14, 100, 113)HSL
hsl(188, 78%, 25%)OKLCH
oklch(0.463 0.076 211)CMYK
cmyk(88%, 12%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5A66
2#0B505B
3#0A464F
4#083C44
5#073239
6#06282D
7#041E22
8#031417
9#010A0B
Tints
Lighter variations
1#128294
2#16A0B6
3#1BBED8
4#33CEE6
5#55D6EA
6#77DEEE
7#99E6F2
8#BBEFF7
9#DDF7FB
Tones
Muted variations
1#13616D
2#185D68
3#1D5963
4#22565E
5#275259
6#2C4E54
7#314B4F
8#36474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF7FB;
--teal-200: #C4F1F8;
--teal-300: #97E6F2;
--teal-400: #60D9EB;
--teal-500: #33CEE6;
--teal-600: #19B0C8;
--teal-700: #148C9F;
--teal-800: #0E6471;
--teal-900: #094049;
--teal-950: #06282D;
}