Teal
#0098B3
CyanColor Codes
All color formats for development
HEX
#0098B3RGB
rgb(0, 152, 179)HSL
hsl(189, 100%, 35%)OKLCH
oklch(0.626 0.111 216.3)CMYK
cmyk(100%, 15%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0089A1
2#00798F
3#006A7D
4#005B6B
5#004C59
6#003D47
7#002E36
8#001E24
9#000F12
Tints
Lighter variations
1#00B4D4
2#00D0F5
3#17DCFF
4#38E1FF
5#59E6FF
6#7AEBFF
7#9CF0FF
8#BDF5FF
9#DEFAFF
Tones
Muted variations
1#0991AA
2#128BA1
3#1B8598
4#247F8F
5#2D7886
6#36727D
7#3E6C74
8#47666B
9#505F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF5 #BDF5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AED #8AEDFF | BordersInactive statesPlaceholder text |
| 400 | 4DE4 #4DE4FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ADD #1ADDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BF #00BFE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0098 #0098B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006C #006C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0045 #004552 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DBFAFF;
--teal-200: #BDF5FF;
--teal-300: #8AEDFF;
--teal-400: #4DE4FF;
--teal-500: #1ADDFF;
--teal-600: #00BFE0;
--teal-700: #0098B3;
--teal-800: #006C80;
--teal-900: #004552;
--teal-950: #002B33;
}