Teal
#27658B
BlueColor Codes
All color formats for development
HEX
#27658BRGB
rgb(39, 101, 139)HSL
hsl(203, 56%, 35%)OKLCH
oklch(0.485 0.088 239.3)CMYK
cmyk(72%, 27%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235B7D
2#1F516F
3#1B4761
4#183D54
5#143246
6#102838
7#0C1E2A
8#08141C
9#040A0E
Tints
Lighter variations
1#2F78A5
2#368ABF
3#4A9ACC
4#64A9D3
5#7EB7DB
6#98C5E2
7#B1D4E9
8#CBE2F0
9#E5F1F8
Tones
Muted variations
1#2C6486
2#316381
3#36617C
4#3B6077
5#405F72
6#455E6D
7#4A5D68
8#4F5C63
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 | A4CC #A4CCE5 | BordersInactive statesPlaceholder text |
| 400 | 74B1 #74B1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C9B #4C9BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317F #317FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2765 #27658B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C48 #1C4863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | 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: #A4CCE5;
--teal-400: #74B1D8;
--teal-500: #4C9BCD;
--teal-600: #317FAF;
--teal-700: #27658B;
--teal-800: #1C4863;
--teal-900: #122E40;
--teal-950: #0B1D28;
}