Teal
#275E8B
BlueColor Codes
All color formats for development
HEX
#275E8BRGB
rgb(39, 94, 139)HSL
hsl(207, 56%, 35%)OKLCH
oklch(0.467 0.093 246.4)CMYK
cmyk(72%, 32%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23557D
2#1F4B6F
3#1B4261
4#183954
5#142F46
6#102638
7#0C1C2A
8#08131C
9#04090E
Tints
Lighter variations
1#2F70A5
2#3681BF
3#4A91CC
4#64A1D3
5#7EB1DB
6#98C0E2
7#B1D0E9
8#CBE0F0
9#E5EFF8
Tones
Muted variations
1#2C5E86
2#315D81
3#365D7C
4#3B5C77
5#405C72
6#455B6D
7#4A5B68
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 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 74AB #74ABD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C93 #4C93CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3176 #3176AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275E #275E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C43 #1C4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF7;
--teal-200: #CBE0F0;
--teal-300: #A4C8E5;
--teal-400: #74ABD8;
--teal-500: #4C93CD;
--teal-600: #3176AF;
--teal-700: #275E8B;
--teal-800: #1C4363;
--teal-900: #122B40;
--teal-950: #0B1B28;
}