Teal
#216491
BlueColor Codes
All color formats for development
HEX
#216491RGB
rgb(33, 100, 145)HSL
hsl(204, 63%, 35%)OKLCH
oklch(0.483 0.098 242.5)CMYK
cmyk(77%, 31%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5A83
2#1A5074
3#174666
4#143C57
5#113249
6#0D283A
7#0A1E2C
8#07141D
9#030A0F
Tints
Lighter variations
1#2777AC
2#2D8AC8
3#429AD4
4#5DA8DA
5#78B7E0
6#93C5E6
7#AED4ED
8#C9E2F3
9#E4F1F9
Tones
Muted variations
1#27638C
2#2C6286
3#326181
4#38607B
5#3D5F75
6#435E70
7#485D6A
8#4E5B64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB1 #6EB1DE | Disabled statesSecondary iconsMuted text |
| 500 | 449B #449BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7E #2A7EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2164 #216491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1848 #184868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #C9E2F3;
--teal-300: #9FCCE9;
--teal-400: #6EB1DE;
--teal-500: #449BD5;
--teal-600: #2A7EB7;
--teal-700: #216491;
--teal-800: #184868;
--teal-900: #0F2E43;
--teal-950: #091D2A;
}