Teal
#0C5873
BlueColor Codes
All color formats for development
HEX
#0C5873RGB
rgb(12, 88, 115)HSL
hsl(196, 81%, 25%)OKLCH
oklch(0.431 0.08 228.7)CMYK
cmyk(90%, 23%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4F68
2#0A465C
3#083D51
4#073545
5#062C3A
6#05232E
7#041A23
8#021217
9#01090C
Tints
Lighter variations
1#107296
2#138DB9
3#17A7DB
4#2FB8E9
5#52C4ED
6#75CFF0
7#97DBF4
8#BAE7F8
9#DCF3FB
Tones
Muted variations
1#11556E
2#165369
3#1C5164
4#214E5F
5#264C5A
6#2B4954
7#30474F
8#35454A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DB #95DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC7 #5DC7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB8 #2FB8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159B #159BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117B #117BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C58 #0C5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #08384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF4FC;
--teal-200: #C3EAF9;
--teal-300: #95DBF4;
--teal-400: #5DC7EE;
--teal-500: #2FB8E9;
--teal-600: #159BCB;
--teal-700: #117BA2;
--teal-800: #0C5873;
--teal-900: #08384A;
--teal-950: #05232E;
}