Teal
#27608B
BlueColor Codes
All color formats for development
HEX
#27608BRGB
rgb(39, 96, 139)HSL
hsl(206, 56%, 35%)OKLCH
oklch(0.472 0.092 244.4)CMYK
cmyk(72%, 31%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23567D
2#1F4D6F
3#1B4361
4#183A54
5#143046
6#102638
7#0C1D2A
8#08131C
9#040A0E
Tints
Lighter variations
1#2F72A5
2#3684BF
3#4A94CC
4#64A3D3
5#7EB2DB
6#98C2E2
7#B1D1E9
8#CBE0F0
9#E5F0F8
Tones
Muted variations
1#2C5F86
2#315F81
3#365E7C
4#3B5D77
5#405D72
6#455C6D
7#4A5B68
8#4F5B63
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF7;
--teal-200: #CBE0F0;
--teal-300: #A4C9E5;
--teal-400: #74ACD8;
--teal-500: #4C95CD;
--teal-600: #3179AF;
--teal-700: #27608B;
--teal-800: #1C4563;
--teal-900: #122C40;
--teal-950: #0B1B28;
}