Teal
#0D8CA5
CyanColor Codes
All color formats for development
HEX
#0D8CA5RGB
rgb(13, 140, 165)HSL
hsl(190, 85%, 35%)OKLCH
oklch(0.591 0.103 216.7)CMYK
cmyk(92%, 15%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7E95
2#0B7084
3#096274
4#085463
5#074653
6#053842
7#042A32
8#031C21
9#010E11
Tints
Lighter variations
1#10A6C4
2#12C0E2
3#28CDEE
4#47D4F0
5#66DBF3
6#84E2F5
7#A3E9F8
8#C2F1FA
9#E0F8FD
Tones
Muted variations
1#15879E
2#1D8296
3#247D8E
4#2C7887
5#33737F
6#3B6D78
7#426870
8#4A6368
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E6 #92E6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD8 #5AD8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCD #2BCDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B0 #11B0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8C #0D8CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A64 #0A6476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0640 #06404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF7FC;
--teal-200: #C2F1FA;
--teal-300: #92E6F6;
--teal-400: #5AD8F2;
--teal-500: #2BCDEE;
--teal-600: #11B0D0;
--teal-700: #0D8CA5;
--teal-800: #0A6476;
--teal-900: #06404B;
--teal-950: #04282F;
}