Teal
#27688B
BlueColor Codes
All color formats for development
HEX
#27688BRGB
rgb(39, 104, 139)HSL
hsl(201, 56%, 35%)OKLCH
oklch(0.492 0.086 236)CMYK
cmyk(72%, 25%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235E7D
2#1F536F
3#1B4961
4#183F54
5#143446
6#102A38
7#0C1F2A
8#08151C
9#040A0E
Tints
Lighter variations
1#2F7CA5
2#368FBF
3#4A9ECC
4#64ACD3
5#7EBADB
6#98C8E2
7#B1D6E9
8#CBE3F0
9#E5F1F8
Tones
Muted variations
1#2C6786
2#316581
3#36647C
4#3B6277
5#406172
6#455F6D
7#4A5E68
8#4F5C63
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 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 74B5 #74B5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA0 #4CA0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3183 #3183AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2768 #27688B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4A #1C4A63 | 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: #CBE3F0;
--teal-300: #A4CEE5;
--teal-400: #74B5D8;
--teal-500: #4CA0CD;
--teal-600: #3183AF;
--teal-700: #27688B;
--teal-800: #1C4A63;
--teal-900: #123040;
--teal-950: #0B1E28;
}