Teal
#0DA5A5
CyanColor Codes
All color formats for development
HEX
#0DA5A5RGB
rgb(13, 165, 165)HSL
hsl(180, 85%, 35%)OKLCH
oklch(0.654 0.11 194.8)CMYK
cmyk(92%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9595
2#0B8484
3#097474
4#086363
5#075353
6#054242
7#043232
8#032121
9#011111
Tints
Lighter variations
1#10C4C4
2#12E2E2
3#28EEEE
4#47F0F0
5#66F3F3
6#84F5F5
7#A3F8F8
8#C2FAFA
9#E0FDFD
Tones
Muted variations
1#159E9E
2#1D9696
3#248E8E
4#2C8787
5#337F7F
6#3B7878
7#427070
8#4A6868
9#526161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAFA;
--teal-300: #92F6F6;
--teal-400: #5AF2F2;
--teal-500: #2BEEEE;
--teal-600: #11D0D0;
--teal-700: #0DA5A5;
--teal-800: #0A7676;
--teal-900: #064B4B;
--teal-950: #042F2F;
}