Teal
#276F8B
BlueColor Codes
All color formats for development
HEX
#276F8BRGB
rgb(39, 111, 139)HSL
hsl(197, 56%, 35%)OKLCH
oklch(0.51 0.083 227.8)CMYK
cmyk(72%, 20%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23647D
2#1F596F
3#1B4E61
4#184354
5#143746
6#102C38
7#0C212A
8#08161C
9#040B0E
Tints
Lighter variations
1#2F84A5
2#3698BF
3#4AA7CC
4#64B4D3
5#7EC0DB
6#98CDE2
7#B1D9E9
8#CBE6F0
9#E5F2F8
Tones
Muted variations
1#2C6D86
2#316B81
3#36687C
4#3B6677
5#406472
6#45626D
7#4A6068
8#4F5E63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 74BB #74BBD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA8 #4CA8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318B #318BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276F #276F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4F #1C4F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F7;
--teal-200: #CBE6F0;
--teal-300: #A4D3E5;
--teal-400: #74BBD8;
--teal-500: #4CA8CD;
--teal-600: #318BAF;
--teal-700: #276F8B;
--teal-800: #1C4F63;
--teal-900: #123340;
--teal-950: #0B2028;
}