Teal
#285D8A
BlueColor Codes
All color formats for development
HEX
#285D8ARGB
rgb(40, 93, 138)HSL
hsl(208, 55%, 35%)OKLCH
oklch(0.464 0.092 247.1)CMYK
cmyk(71%, 33%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24537D
2#204A6F
3#1C4161
4#183853
5#142E45
6#102537
7#0C1C2A
8#08131C
9#04090E
Tints
Lighter variations
1#306EA4
2#377FBE
3#4B8FCB
4#659FD2
5#7FAFDA
6#98BFE1
7#B2CFE9
8#CCDFF0
9#E5EFF8
Tones
Muted variations
1#2D5C85
2#325C81
3#375C7C
4#3C5B77
5#415B72
6#465B6D
7#4B5A68
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 | CCDF #CCDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 75A9 #75A9D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D90 #4D90CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3274 #3274AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285D #285D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D42 #1D4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A3F | 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: #CCDFF0;
--teal-300: #A4C7E5;
--teal-400: #75A9D7;
--teal-500: #4D90CB;
--teal-600: #3274AE;
--teal-700: #285D8A;
--teal-800: #1D4263;
--teal-900: #122A3F;
--teal-950: #0B1A28;
}