Teal
#27678B
BlueColor Codes
All color formats for development
HEX
#27678BRGB
rgb(39, 103, 139)HSL
hsl(202, 56%, 35%)OKLCH
oklch(0.49 0.086 237.1)CMYK
cmyk(72%, 26%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235C7D
2#1F526F
3#1B4861
4#183E54
5#143346
6#102938
7#0C1F2A
8#08151C
9#040A0E
Tints
Lighter variations
1#2F7AA5
2#368DBF
3#4A9CCC
4#64AAD3
5#7EB9DB
6#98C7E2
7#B1D5E9
8#CBE3F0
9#E5F1F8
Tones
Muted variations
1#2C6586
2#316481
3#36637C
4#3B6177
5#406072
6#455F6D
7#4A5D68
8#4F5C63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 74B3 #74B3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C9D #4C9DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3181 #3181AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2767 #27678B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C49 #1C4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3F0F7;
--teal-200: #CBE3F0;
--teal-300: #A4CDE5;
--teal-400: #74B3D8;
--teal-500: #4C9DCD;
--teal-600: #3181AF;
--teal-700: #27678B;
--teal-800: #1C4963;
--teal-900: #122F40;
--teal-950: #0B1D28;
}