Teal
#216C91
BlueColor Codes
All color formats for development
HEX
#216C91RGB
rgb(33, 108, 145)HSL
hsl(200, 63%, 35%)OKLCH
oklch(0.503 0.092 234.7)CMYK
cmyk(77%, 26%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6183
2#1A5674
3#174C66
4#144157
5#113649
6#0D2B3A
7#0A202C
8#07161D
9#030B0F
Tints
Lighter variations
1#2780AC
2#2D94C8
3#42A3D4
4#5DB0DA
5#78BEE0
6#93CBE6
7#AED8ED
8#C9E5F3
9#E4F2F9
Tones
Muted variations
1#276A8C
2#2C6886
3#326681
4#38647B
5#3D6375
6#436170
7#485F6A
8#4E5D64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EB8 #6EB8DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A4 #44A4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A88 #2A88B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216C #216C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184D #184D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F1F8;
--teal-200: #C9E5F3;
--teal-300: #9FD1E9;
--teal-400: #6EB8DE;
--teal-500: #44A4D5;
--teal-600: #2A88B7;
--teal-700: #216C91;
--teal-800: #184D68;
--teal-900: #0F3143;
--teal-950: #091F2A;
}