Teal
#0594AD
CyanColor Codes
All color formats for development
HEX
#0594ADRGB
rgb(5, 148, 173)HSL
hsl(189, 94%, 35%)OKLCH
oklch(0.614 0.108 215.4)CMYK
cmyk(97%, 14%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05859C
2#04768B
3#046879
4#035968
5#034A57
6#023B45
7#022C34
8#011E23
9#010F11
Tints
Lighter variations
1#06AFCD
2#07CBED
3#1ED7F8
4#3EDDF9
5#5EE3FA
6#7EE8FB
7#9FEEFC
8#BFF4FD
9#DFF9FE
Tones
Muted variations
1#0E8EA5
2#16889C
3#1F8294
4#277C8C
5#2F7783
6#38717B
7#406B72
8#48656A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FE;
--teal-200: #BFF4FD;
--teal-300: #8DEBFB;
--teal-400: #52E0FA;
--teal-500: #20D8F8;
--teal-600: #07BADA;
--teal-700: #0594AD;
--teal-800: #046A7C;
--teal-900: #02444F;
--teal-950: #022A31;
}