Teal
#0D87A5
CyanColor Codes
All color formats for development
HEX
#0D87A5RGB
rgb(13, 135, 165)HSL
hsl(192, 85%, 35%)OKLCH
oklch(0.578 0.104 221.3)CMYK
cmyk(92%, 18%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7995
2#0B6C84
3#095E74
4#085163
5#074353
6#053642
7#042832
8#031B21
9#010D11
Tints
Lighter variations
1#10A0C4
2#12B9E2
3#28C6EE
4#47CEF0
5#66D6F3
6#84DFF5
7#A3E7F8
8#C2EFFA
9#E0F7FD
Tones
Muted variations
1#15829E
2#1D7E96
3#24798E
4#2C7587
5#33707F
6#3B6B78
7#426770
8#4A6268
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E2 #92E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD3 #5AD3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC7 #2BC7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A9 #11A9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D87 #0D87A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063E #063E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EFFA;
--teal-300: #92E2F6;
--teal-400: #5AD3F2;
--teal-500: #2BC7EE;
--teal-600: #11A9D0;
--teal-700: #0D87A5;
--teal-800: #0A6076;
--teal-900: #063E4B;
--teal-950: #04272F;
}