Teal
#065C79
BlueColor Codes
All color formats for development
HEX
#065C79RGB
rgb(6, 92, 121)HSL
hsl(195, 91%, 25%)OKLCH
oklch(0.444 0.085 228.8)CMYK
cmyk(95%, 24%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05536E
2#054A61
3#044155
4#033849
5#032E3D
6#022531
7#021C25
8#011318
9#01090C
Tints
Lighter variations
1#07799E
2#0994C3
3#0BB0E7
4#24C0F5
5#48CBF6
6#6DD5F8
7#91E0FA
8#B6EAFC
9#DAF5FD
Tones
Muted variations
1#0C5A74
2#11576E
3#175468
4#1D5163
5#234E5D
6#294B57
7#2E4851
8#34464B
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0EDFC;
--teal-300: #8FDFFA;
--teal-400: #55CEF7;
--teal-500: #24C0F5;
--teal-600: #0AA3D6;
--teal-700: #0882AA;
--teal-800: #065D7A;
--teal-900: #043B4E;
--teal-950: #022531;
}