Teal
#03A1B0
CyanColor Codes
All color formats for development
HEX
#03A1B0RGB
rgb(3, 161, 176)HSL
hsl(185, 97%, 35%)OKLCH
oklch(0.648 0.111 206.5)CMYK
cmyk(98%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02919E
2#02818D
3#02717B
4#026169
5#015158
6#014146
7#013035
8#012023
9#001012
Tints
Lighter variations
1#03BFD0
2#04DDF1
3#1AE9FC
4#3BECFC
5#5CEFFD
6#7CF2FD
7#9DF5FE
8#BEF9FE
9#DEFCFF
Tones
Muted variations
1#0B9AA7
2#14939F
3#1D8C96
4#25858D
5#2E7D85
6#37767C
7#3F6F73
8#48686B
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FD | BordersInactive statesPlaceholder text |
| 400 | 4FEE #4FEEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE9 #1DE9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CB #03CBDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A1 #03A1B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0273 #02737E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEF9FE;
--teal-300: #8BF4FD;
--teal-400: #4FEEFC;
--teal-500: #1DE9FC;
--teal-600: #03CBDD;
--teal-700: #03A1B0;
--teal-800: #02737E;
--teal-900: #014A50;
--teal-950: #012E32;
}