Teal
#0597AD
CyanColor Codes
All color formats for development
HEX
#0597ADRGB
rgb(5, 151, 173)HSL
hsl(188, 94%, 35%)OKLCH
oklch(0.622 0.108 212.8)CMYK
cmyk(97%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05889C
2#04798B
3#046A79
4#035A68
5#034B57
6#023C45
7#022D34
8#011E23
9#010F11
Tints
Lighter variations
1#06B3CD
2#07CFED
3#1EDBF8
4#3EE0F9
5#5EE5FA
6#7EEAFB
7#9FF0FC
8#BFF5FD
9#DFFAFE
Tones
Muted variations
1#0E91A5
2#168A9C
3#1F8494
4#277E8C
5#2F7883
6#38727B
7#406C72
8#48666A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFB | BordersInactive statesPlaceholder text |
| 400 | 52E3 #52E3FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DB #20DBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BE #07BEDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0597 #0597AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046C #046C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #02454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCF9FE;
--teal-200: #BFF5FD;
--teal-300: #8DEDFB;
--teal-400: #52E3FA;
--teal-500: #20DBF8;
--teal-600: #07BEDA;
--teal-700: #0597AD;
--teal-800: #046C7C;
--teal-900: #02454F;
--teal-950: #022B31;
}