Teal
#276C8B
BlueColor Codes
All color formats for development
HEX
#276C8BRGB
rgb(39, 108, 139)HSL
hsl(199, 56%, 35%)OKLCH
oklch(0.502 0.084 231.4)CMYK
cmyk(72%, 22%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23617D
2#1F566F
3#1B4B61
4#184154
5#143646
6#102B38
7#0C202A
8#08161C
9#040B0E
Tints
Lighter variations
1#2F80A5
2#3694BF
3#4AA3CC
4#64B0D3
5#7EBDDB
6#98CAE2
7#B1D7E9
8#CBE5F0
9#E5F2F8
Tones
Muted variations
1#2C6A86
2#316881
3#36667C
4#3B6477
5#406272
6#45616D
7#4A5F68
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 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D0 #A4D0E5 | BordersInactive statesPlaceholder text |
| 400 | 74B8 #74B8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA4 #4CA4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3187 #3187AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276C #276C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4D #1C4D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #123140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F7;
--teal-200: #CBE5F0;
--teal-300: #A4D0E5;
--teal-400: #74B8D8;
--teal-500: #4CA4CD;
--teal-600: #3187AF;
--teal-700: #276C8B;
--teal-800: #1C4D63;
--teal-900: #123140;
--teal-950: #0B1F28;
}