Teal
#039CB0
CyanColor Codes
All color formats for development
HEX
#039CB0RGB
rgb(3, 156, 176)HSL
hsl(187, 97%, 35%)OKLCH
oklch(0.635 0.11 210.7)CMYK
cmyk(98%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#028C9E
2#027C8D
3#026D7B
4#025D69
5#014E58
6#013E46
7#012F35
8#011F23
9#001012
Tints
Lighter variations
1#03B9D0
2#04D5F1
3#1AE1FC
4#3BE6FC
5#5CEAFD
6#7CEEFD
7#9DF2FE
8#BEF7FE
9#DEFBFF
Tones
Muted variations
1#0B95A7
2#148E9F
3#1D8896
4#25818D
5#2E7A85
6#37747C
7#3F6D73
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 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF7FE;
--teal-300: #8BF0FD;
--teal-400: #4FE8FC;
--teal-500: #1DE2FC;
--teal-600: #03C4DD;
--teal-700: #039CB0;
--teal-800: #026F7E;
--teal-900: #014750;
--teal-950: #012C32;
}