Teal
#0D84A5
CyanColor Codes
All color formats for development
HEX
#0D84A5RGB
rgb(13, 132, 165)HSL
hsl(193, 85%, 35%)OKLCH
oklch(0.571 0.105 224)CMYK
cmyk(92%, 20%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7795
2#0B6A84
3#095D74
4#084F63
5#074253
6#053542
7#042832
8#031A21
9#010D11
Tints
Lighter variations
1#109DC4
2#12B5E2
3#28C3EE
4#47CBF0
5#66D4F3
6#84DDF5
7#A3E5F8
8#C2EEFA
9#E0F6FD
Tones
Muted variations
1#15809E
2#1D7C96
3#24778E
4#2C7387
5#336F7F
6#3B6A78
7#426670
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 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EEFA;
--teal-300: #92E1F6;
--teal-400: #5AD1F2;
--teal-500: #2BC4EE;
--teal-600: #11A6D0;
--teal-700: #0D84A5;
--teal-800: #0A5E76;
--teal-900: #063C4B;
--teal-950: #04262F;
}