Teal
#27718B
BlueColor Codes
All color formats for development
HEX
#27718BRGB
rgb(39, 113, 139)HSL
hsl(196, 56%, 35%)OKLCH
oklch(0.515 0.082 225.3)CMYK
cmyk(72%, 19%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23657D
2#1F5A6F
3#1B4F61
4#184454
5#143846
6#102D38
7#0C222A
8#08171C
9#040B0E
Tints
Lighter variations
1#2F85A5
2#369ABF
3#4AA9CC
4#64B6D3
5#7EC2DB
6#98CEE2
7#B1DAE9
8#CBE7F0
9#E5F3F8
Tones
Muted variations
1#2C6E86
2#316C81
3#366A7C
4#3B6777
5#406572
6#45636D
7#4A6068
8#4F5E63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 74BD #74BDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAA #4CAACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318E #318EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2771 #27718B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C50 #1C5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F7;
--teal-200: #CBE7F0;
--teal-300: #A4D4E5;
--teal-400: #74BDD8;
--teal-500: #4CAACD;
--teal-600: #318EAF;
--teal-700: #27718B;
--teal-800: #1C5063;
--teal-900: #123340;
--teal-950: #0B2028;
}