Teal
#038AB0
CyanColor Codes
All color formats for development
HEX
#038AB0RGB
rgb(3, 138, 176)HSL
hsl(193, 97%, 35%)OKLCH
oklch(0.59 0.112 226)CMYK
cmyk(98%, 22%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027C9E
2#026F8D
3#02617B
4#025369
5#014558
6#013746
7#012935
8#011C23
9#000E12
Tints
Lighter variations
1#03A4D0
2#04BEF1
3#1ACBFC
4#3BD2FC
5#5CDAFD
6#7CE1FD
7#9DE9FE
8#BEF0FE
9#DEF8FF
Tones
Muted variations
1#0B85A7
2#14809F
3#1D7C96
4#25778D
5#2E7285
6#376D7C
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 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FD | BordersInactive statesPlaceholder text |
| 400 | 4FD7 #4FD7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCB #1DCBFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AE #03AEDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038A #038AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0263 #02637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F50 | 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: #DCF7FE;
--teal-200: #BEF0FE;
--teal-300: #8BE5FD;
--teal-400: #4FD7FC;
--teal-500: #1DCBFC;
--teal-600: #03AEDD;
--teal-700: #038AB0;
--teal-800: #02637E;
--teal-900: #013F50;
--teal-950: #012832;
}