Teal
#0390B0
CyanColor Codes
All color formats for development
HEX
#0390B0RGB
rgb(3, 144, 176)HSL
hsl(191, 97%, 35%)OKLCH
oklch(0.605 0.11 221)CMYK
cmyk(98%, 18%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02829E
2#02738D
3#02657B
4#025669
5#014858
6#013A46
7#012B35
8#011D23
9#000E12
Tints
Lighter variations
1#03ABD0
2#04C6F1
3#1AD2FC
4#3BD9FC
5#5CDFFD
6#7CE5FD
7#9DECFE
8#BEF2FE
9#DEF9FF
Tones
Muted variations
1#0B8BA7
2#14859F
3#1D8096
4#257A8D
5#2E7585
6#376F7C
7#3F6A73
8#48646B
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 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | 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: #8BE8FD;
--teal-400: #4FDDFC;
--teal-500: #1DD3FC;
--teal-600: #03B5DD;
--teal-700: #0390B0;
--teal-800: #02677E;
--teal-900: #014250;
--teal-950: #012932;
}