Teal
#27628B
BlueColor Codes
All color formats for development
HEX
#27628BRGB
rgb(39, 98, 139)HSL
hsl(205, 56%, 35%)OKLCH
oklch(0.477 0.09 242.4)CMYK
cmyk(72%, 29%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23587D
2#1F4E6F
3#1B4461
4#183B54
5#143146
6#102738
7#0C1D2A
8#08141C
9#040A0E
Tints
Lighter variations
1#2F74A5
2#3686BF
3#4A96CC
4#64A5D3
5#7EB4DB
6#98C3E2
7#B1D2E9
8#CBE1F0
9#E5F0F8
Tones
Muted variations
1#2C6186
2#316081
3#365F7C
4#3B5E77
5#405D72
6#455D6D
7#4A5C68
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 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CA #A4CAE5 | BordersInactive statesPlaceholder text |
| 400 | 74AE #74AED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C97 #4C97CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317B #317BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2762 #27628B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C46 #1C4663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EFF7;
--teal-200: #CBE1F0;
--teal-300: #A4CAE5;
--teal-400: #74AED8;
--teal-500: #4C97CD;
--teal-600: #317BAF;
--teal-700: #27628B;
--teal-800: #1C4663;
--teal-900: #122D40;
--teal-950: #0B1C28;
}