Teal
#276D8B
BlueColor Codes
All color formats for development
HEX
#276D8BRGB
rgb(39, 109, 139)HSL
hsl(198, 56%, 35%)OKLCH
oklch(0.505 0.083 230.2)CMYK
cmyk(72%, 22%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23627D
2#1F576F
3#1B4C61
4#184254
5#143746
6#102C38
7#0C212A
8#08161C
9#040B0E
Tints
Lighter variations
1#2F82A5
2#3696BF
3#4AA5CC
4#64B2D3
5#7EBFDB
6#98CCE2
7#B1D8E9
8#CBE5F0
9#E5F2F8
Tones
Muted variations
1#2C6B86
2#316981
3#36677C
4#3B6577
5#406372
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 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 74BA #74BAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA6 #4CA6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3189 #3189AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276D #276D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4E #1C4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #123240 | 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: #A4D1E5;
--teal-400: #74BAD8;
--teal-500: #4CA6CD;
--teal-600: #3189AF;
--teal-700: #276D8B;
--teal-800: #1C4E63;
--teal-900: #123240;
--teal-950: #0B1F28;
}