Teal
#285E8A
BlueColor Codes
All color formats for development
HEX
#285E8ARGB
rgb(40, 94, 138)HSL
hsl(207, 55%, 35%)OKLCH
oklch(0.467 0.092 246.1)CMYK
cmyk(71%, 32%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24557D
2#204B6F
3#1C4261
4#183853
5#142F45
6#102637
7#0C1C2A
8#08131C
9#04090E
Tints
Lighter variations
1#3070A4
2#3781BE
3#4B91CB
4#65A1D2
5#7FB1DA
6#98C0E1
7#B2D0E9
8#CCE0F0
9#E5EFF8
Tones
Muted variations
1#2D5E85
2#325D81
3#375D7C
4#3C5C77
5#415C72
6#465B6D
7#4B5B68
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 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 75AB #75ABD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D93 #4D93CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3276 #3276AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285E #285E8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D43 #1D4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B3F | 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: #CCE0F0;
--teal-300: #A4C8E5;
--teal-400: #75ABD7;
--teal-500: #4D93CB;
--teal-600: #3276AE;
--teal-700: #285E8A;
--teal-800: #1D4363;
--teal-900: #122B3F;
--teal-950: #0B1B28;
}