Teal
#276A8B
BlueColor Codes
All color formats for development
HEX
#276A8BRGB
rgb(39, 106, 139)HSL
hsl(200, 56%, 35%)OKLCH
oklch(0.497 0.085 233.7)CMYK
cmyk(72%, 24%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235F7D
2#1F556F
3#1B4A61
4#184054
5#143546
6#102A38
7#0C202A
8#08151C
9#040B0E
Tints
Lighter variations
1#2F7EA5
2#3691BF
3#4AA1CC
4#64AED3
5#7EBCDB
6#98C9E2
7#B1D7E9
8#CBE4F0
9#E5F2F8
Tones
Muted variations
1#2C6886
2#316781
3#36657C
4#3B6377
5#406272
6#45606D
7#4A5E68
8#4F5D63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 74B6 #74B6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA2 #4CA2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3185 #3185AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276A #276A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4C #1C4C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F0F7;
--teal-200: #CBE4F0;
--teal-300: #A4CFE5;
--teal-400: #74B6D8;
--teal-500: #4CA2CD;
--teal-600: #3185AF;
--teal-700: #276A8B;
--teal-800: #1C4C63;
--teal-900: #123040;
--teal-950: #0B1E28;
}