Teal
#038DB0
CyanColor Codes
All color formats for development
HEX
#038DB0RGB
rgb(3, 141, 176)HSL
hsl(192, 97%, 35%)OKLCH
oklch(0.598 0.111 223.5)CMYK
cmyk(98%, 20%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027F9E
2#02718D
3#02637B
4#025569
5#014758
6#013846
7#012A35
8#011C23
9#000E12
Tints
Lighter variations
1#03A7D0
2#04C2F1
3#1ACFFC
4#3BD5FC
5#5CDCFD
6#7CE3FD
7#9DEAFE
8#BEF1FE
9#DEF8FF
Tones
Muted variations
1#0B88A7
2#14839F
3#1D7E96
4#25788D
5#2E7385
6#376E7C
7#3F6973
8#48646B
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE6 #8BE6FD | BordersInactive statesPlaceholder text |
| 400 | 4FDA #4FDAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCF #1DCFFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B2 #03B2DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038D #038DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0265 #02657E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0141 #014150 | 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: #DCF8FE;
--teal-200: #BEF1FE;
--teal-300: #8BE6FD;
--teal-400: #4FDAFC;
--teal-500: #1DCFFC;
--teal-600: #03B2DD;
--teal-700: #038DB0;
--teal-800: #02657E;
--teal-900: #014150;
--teal-950: #012832;
}