Teal
#27638B
BlueColor Codes
All color formats for development
HEX
#27638BRGB
rgb(39, 99, 139)HSL
hsl(204, 56%, 35%)OKLCH
oklch(0.48 0.089 241.4)CMYK
cmyk(72%, 29%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23597D
2#1F4F6F
3#1B4561
4#183C54
5#143246
6#102838
7#0C1E2A
8#08141C
9#040A0E
Tints
Lighter variations
1#2F76A5
2#3688BF
3#4A98CC
4#64A7D3
5#7EB5DB
6#98C4E2
7#B1D3E9
8#CBE2F0
9#E5F0F8
Tones
Muted variations
1#2C6286
2#316181
3#36607C
4#3B5F77
5#405E72
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 | CBE2 #CBE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 74B0 #74B0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C99 #4C99CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317D #317DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2763 #27638B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C47 #1C4763 | 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: #CBE2F0;
--teal-300: #A4CBE5;
--teal-400: #74B0D8;
--teal-500: #4C99CD;
--teal-600: #317DAF;
--teal-700: #27638B;
--teal-800: #1C4763;
--teal-900: #122D40;
--teal-950: #0B1C28;
}