Teal
#216E91
BlueColor Codes
All color formats for development
HEX
#216E91RGB
rgb(33, 110, 145)HSL
hsl(199, 63%, 35%)OKLCH
oklch(0.509 0.091 232.7)CMYK
cmyk(77%, 24%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6383
2#1A5874
3#174D66
4#144257
5#113749
6#0D2C3A
7#0A212C
8#07161D
9#030B0F
Tints
Lighter variations
1#2782AC
2#2D97C8
3#42A6D4
4#5DB3DA
5#78BFE0
6#93CCE6
7#AED9ED
8#C9E6F3
9#E4F2F9
Tones
Muted variations
1#276C8C
2#2C6A86
3#326881
4#38667B
5#3D6475
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBA #6EBADE | Disabled statesSecondary iconsMuted text |
| 500 | 44A7 #44A7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8A #2A8AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216E #216E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184E #184E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | 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: #C9E6F3;
--teal-300: #9FD2E9;
--teal-400: #6EBADE;
--teal-500: #44A7D5;
--teal-600: #2A8AB7;
--teal-700: #216E91;
--teal-800: #184E68;
--teal-900: #0F3243;
--teal-950: #091F2A;
}