Teal
#048FAE
CyanColor Codes
All color formats for development
HEX
#048FAERGB
rgb(4, 143, 174)HSL
hsl(191, 96%, 35%)OKLCH
oklch(0.602 0.109 220.5)CMYK
cmyk(98%, 18%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03819D
2#03738C
3#02647A
4#025669
5#024857
6#013946
7#012B34
8#011D23
9#000E11
Tints
Lighter variations
1#04AACF
2#05C5F0
3#1CD2FA
4#3CD8FB
5#5DDFFC
6#7DE5FC
7#9EECFD
8#BEF2FE
9#DFF9FE
Tones
Muted variations
1#0C8AA6
2#15859E
3#1D7F95
4#267A8D
5#2E7484
6#376F7C
7#406A73
8#48646A
9#515F62
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 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE8 #8CE8FD | BordersInactive statesPlaceholder text |
| 400 | 50DC #50DCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED2 #1ED2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B4 #04B4DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0490 #0490AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0367 #03677D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #024250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BEF2FE;
--teal-300: #8CE8FD;
--teal-400: #50DCFB;
--teal-500: #1ED2FA;
--teal-600: #04B4DC;
--teal-700: #0490AF;
--teal-800: #03677D;
--teal-900: #024250;
--teal-950: #012932;
}