Teal
#0089B3
CyanColor Codes
All color formats for development
HEX
#0089B3RGB
rgb(0, 137, 179)HSL
hsl(194, 100%, 35%)OKLCH
oklch(0.589 0.116 228.6)CMYK
cmyk(100%, 23%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007BA1
2#006D8F
3#00607D
4#00526B
5#004459
6#003747
7#002936
8#001B24
9#000E12
Tints
Lighter variations
1#00A2D4
2#00BCF5
3#17C9FF
4#38D1FF
5#59D8FF
6#7AE0FF
7#9CE8FF
8#BDF0FF
9#DEF7FF
Tones
Muted variations
1#0984AA
2#127FA1
3#1B7B98
4#24768F
5#2D7186
6#366C7D
7#3E6874
8#47636B
9#505E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF7FF;
--teal-200: #BDF0FF;
--teal-300: #8AE4FF;
--teal-400: #4DD5FF;
--teal-500: #1AC9FF;
--teal-600: #00ACE0;
--teal-700: #0089B3;
--teal-800: #006280;
--teal-900: #003F52;
--teal-950: #002733;
}