Teal
#065779
BlueColor Codes
All color formats for development
HEX
#065779RGB
rgb(6, 87, 121)HSL
hsl(198, 91%, 25%)OKLCH
oklch(0.431 0.088 234.4)CMYK
cmyk(95%, 28%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054E6E
2#054661
3#043D55
4#033449
5#032B3D
6#022331
7#021A25
8#011118
9#01090C
Tints
Lighter variations
1#07719E
2#098BC3
3#0BA5E7
4#24B6F5
5#48C2F6
6#6DCEF8
7#91DBFA
8#B6E7FC
9#DAF3FD
Tones
Muted variations
1#0C5574
2#11526E
3#175068
4#1D4E63
5#234B5D
6#294957
7#2E4751
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 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDA #8FDAFA | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B6 #24B6F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A99 #0A99D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087A #087AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #06577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0438 #04384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EAFC;
--teal-300: #8FDAFA;
--teal-400: #55C6F7;
--teal-500: #24B6F5;
--teal-600: #0A99D6;
--teal-700: #087AAA;
--teal-800: #06577A;
--teal-900: #04384E;
--teal-950: #022331;
}