Teal
#028BB1
CyanColor Codes
All color formats for development
HEX
#028BB1RGB
rgb(2, 139, 177)HSL
hsl(193, 98%, 35%)OKLCH
oklch(0.593 0.113 225.8)CMYK
cmyk(99%, 21%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027D9F
2#016F8D
3#01617C
4#01536A
5#014558
6#013847
7#012A35
8#001C23
9#000E12
Tints
Lighter variations
1#02A5D2
2#02BEF2
3#19CBFD
4#3AD3FD
5#5BDAFD
6#7CE2FE
7#9DE9FE
8#BDF0FE
9#DEF8FF
Tones
Muted variations
1#0B86A8
2#13819F
3#1C7C96
4#25778E
5#2E7285
6#366D7C
7#3F6873
8#48636B
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FF;
--teal-200: #BDF0FE;
--teal-300: #8BE5FE;
--teal-400: #4ED7FD;
--teal-500: #1CCCFD;
--teal-600: #02AFDE;
--teal-700: #028BB1;
--teal-800: #01637E;
--teal-900: #013F51;
--teal-950: #012832;
}