Teal
#275D8B
BlueColor Codes
All color formats for development
HEX
#275D8BRGB
rgb(39, 93, 139)HSL
hsl(208, 56%, 35%)OKLCH
oklch(0.465 0.094 247.3)CMYK
cmyk(72%, 33%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23537D
2#1F4A6F
3#1B4161
4#183854
5#142E46
6#102538
7#0C1C2A
8#08131C
9#04090E
Tints
Lighter variations
1#2F6EA5
2#367FBF
3#4A8FCC
4#649FD3
5#7EAFDB
6#98BFE2
7#B1CFE9
8#CBDFF0
9#E5EFF8
Tones
Muted variations
1#2C5C86
2#315C81
3#365C7C
4#3B5B77
5#405B72
6#455B6D
7#4A5A68
8#4F5A63
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 | CBDF #CBDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 74A9 #74A9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C91 #4C91CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3174 #3174AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275D #275D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C42 #1C4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF7;
--teal-200: #CBDFF0;
--teal-300: #A4C7E5;
--teal-400: #74A9D8;
--teal-500: #4C91CD;
--teal-600: #3174AF;
--teal-700: #275D8B;
--teal-800: #1C4263;
--teal-900: #122A40;
--teal-950: #0B1A28;
}