Teal
#039FB0
CyanColor Codes
All color formats for development
HEX
#039FB0RGB
rgb(3, 159, 176)HSL
hsl(186, 97%, 35%)OKLCH
oklch(0.643 0.11 208.2)CMYK
cmyk(98%, 10%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#028F9E
2#027F8D
3#026F7B
4#025F69
5#014F58
6#013F46
7#013035
8#012023
9#001012
Tints
Lighter variations
1#03BCD0
2#04D9F1
3#1AE5FC
4#3BE9FC
5#5CECFD
6#7CF0FD
7#9DF4FE
8#BEF8FE
9#DEFBFF
Tones
Muted variations
1#0B98A7
2#14919F
3#1D8A96
4#25838D
5#2E7C85
6#37757C
7#3F6E73
8#48676B
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF8FE;
--teal-300: #8BF2FD;
--teal-400: #4FEBFC;
--teal-500: #1DE5FC;
--teal-600: #03C7DD;
--teal-700: #039FB0;
--teal-800: #02717E;
--teal-900: #014850;
--teal-950: #012D32;
}