Teal
#265E8C
BlueColor Codes
All color formats for development
HEX
#265E8CRGB
rgb(38, 94, 140)HSL
hsl(207, 57%, 35%)OKLCH
oklch(0.467 0.095 246.6)CMYK
cmyk(73%, 33%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23557E
2#1F4B70
3#1B4262
4#173954
5#132F46
6#0F2638
7#0C1C2A
8#08131C
9#04090E
Tints
Lighter variations
1#2E70A6
2#3581C0
3#4992CD
4#63A1D4
5#7DB1DB
6#97C0E2
7#B1D0EA
8#CBE0F1
9#E5EFF8
Tones
Muted variations
1#2B5E87
2#315D82
3#365D7D
4#3B5C78
5#405C73
6#455B6E
7#4A5B69
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 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C8 #A3C8E6 | BordersInactive statesPlaceholder text |
| 400 | 73AB #73ABD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B93 #4B93CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3077 #3077B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 265E #265E8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4364 | 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: #CBE0F1;
--teal-300: #A3C8E6;
--teal-400: #73ABD9;
--teal-500: #4B93CE;
--teal-600: #3077B0;
--teal-700: #265E8C;
--teal-800: #1B4364;
--teal-900: #122B40;
--teal-950: #0B1B28;
}