Teal
#216191
BlueColor Codes
All color formats for development
HEX
#216191RGB
rgb(33, 97, 145)HSL
hsl(206, 63%, 35%)OKLCH
oklch(0.476 0.101 245.2)CMYK
cmyk(77%, 33%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5783
2#1A4D74
3#174466
4#143A57
5#113049
6#0D273A
7#0A1D2C
8#07131D
9#030A0F
Tints
Lighter variations
1#2773AC
2#2D85C8
3#4295D4
4#5DA4DA
5#78B3E0
6#93C2E6
7#AED1ED
8#C9E1F3
9#E4F0F9
Tones
Muted variations
1#27608C
2#2C5F86
3#325E81
4#385E7B
5#3D5D75
6#435C70
7#485B6A
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 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAD #6EADDE | Disabled statesSecondary iconsMuted text |
| 500 | 4496 #4496D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7A #2A7AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2161 #216191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1845 #184568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #C9E1F3;
--teal-300: #9FC9E9;
--teal-400: #6EADDE;
--teal-500: #4496D5;
--teal-600: #2A7AB7;
--teal-700: #216191;
--teal-800: #184568;
--teal-900: #0F2C43;
--teal-950: #091C2A;
}