Teal
#0095B3
CyanColor Codes
All color formats for development
HEX
#0095B3RGB
rgb(0, 149, 179)HSL
hsl(190, 100%, 35%)OKLCH
oklch(0.619 0.112 218.8)CMYK
cmyk(100%, 17%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0086A1
2#00778F
3#00687D
4#00596B
5#004A59
6#003B47
7#002D36
8#001E24
9#000F12
Tints
Lighter variations
1#00B0D4
2#00CCF5
3#17D8FF
4#38DEFF
5#59E3FF
6#7AE9FF
7#9CEEFF
8#BDF4FF
9#DEF9FF
Tones
Muted variations
1#098FAA
2#1289A1
3#1B8398
4#247D8F
5#2D7786
6#36717D
7#3E6B74
8#47656B
9#505F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | 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: #F0FCFF;
--teal-100: #DBF9FF;
--teal-200: #BDF4FF;
--teal-300: #8AEBFF;
--teal-400: #4DE1FF;
--teal-500: #1AD9FF;
--teal-600: #00BBE0;
--teal-700: #0095B3;
--teal-800: #006A80;
--teal-900: #004452;
--teal-950: #002B33;
}