Teal
#065379
BlueColor Codes
All color formats for development
HEX
#065379RGB
rgb(6, 83, 121)HSL
hsl(200, 91%, 25%)OKLCH
oklch(0.421 0.091 238.5)CMYK
cmyk(95%, 31%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054B6E
2#054261
3#043A55
4#033249
5#032A3D
6#022131
7#021925
8#011118
9#01080C
Tints
Lighter variations
1#076C9E
2#0985C3
3#0B9EE7
4#24AFF5
5#48BCF6
6#6DCAF8
7#91D7FA
8#B6E4FC
9#DAF2FD
Tones
Muted variations
1#0C5174
2#114F6E
3#174D68
4#1D4B63
5#23495D
6#294757
7#2E4651
8#34444B
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD6 #8FD6FA | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AF #24AFF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A92 #0A92D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0874 #0874AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #06537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E8FC;
--teal-300: #8FD6FA;
--teal-400: #55C1F7;
--teal-500: #24AFF5;
--teal-600: #0A92D6;
--teal-700: #0874AA;
--teal-800: #06537A;
--teal-900: #04354E;
--teal-950: #022131;
}