Teal
#0288B1
CyanColor Codes
All color formats for development
HEX
#0288B1RGB
rgb(2, 136, 177)HSL
hsl(194, 98%, 35%)OKLCH
oklch(0.586 0.114 228.2)CMYK
cmyk(99%, 23%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027A9F
2#016D8D
3#015F7C
4#01526A
5#014458
6#013647
7#012935
8#001B23
9#000E12
Tints
Lighter variations
1#02A1D2
2#02BAF2
3#19C8FD
4#3AD0FD
5#5BD7FD
6#7CDFFE
7#9DE7FE
8#BDEFFE
9#DEF7FF
Tones
Muted variations
1#0B83A8
2#137F9F
3#1C7A96
4#25758E
5#2E7185
6#366C7C
7#3F6773
8#48636B
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FF;
--teal-200: #BDEFFE;
--teal-300: #8BE3FE;
--teal-400: #4ED4FD;
--teal-500: #1CC8FD;
--teal-600: #02ABDE;
--teal-700: #0288B1;
--teal-800: #01617E;
--teal-900: #013E51;
--teal-950: #012732;
}