Teal
#285B8A
BlueColor Codes
All color formats for development
HEX
#285B8ARGB
rgb(40, 91, 138)HSL
hsl(209, 55%, 35%)OKLCH
oklch(0.46 0.094 249)CMYK
cmyk(71%, 34%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24527D
2#20496F
3#1C4061
4#183753
5#142D45
6#102437
7#0C1B2A
8#08121C
9#04090E
Tints
Lighter variations
1#306CA4
2#377DBE
3#4B8DCB
4#659DD2
5#7FAEDA
6#98BEE1
7#B2CEE9
8#CCDEF0
9#E5EFF8
Tones
Muted variations
1#2D5B85
2#325B81
3#375A7C
4#3C5A77
5#415A72
6#465A6D
7#4B5A68
8#4F5A63
9#54595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C5 #A4C5E5 | BordersInactive statesPlaceholder text |
| 400 | 75A7 #75A7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8E #4D8ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3272 #3272AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285B #285B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4163 | 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: #F3F7FC;
--teal-100: #E3EDF7;
--teal-200: #CCDEF0;
--teal-300: #A4C5E5;
--teal-400: #75A7D7;
--teal-500: #4D8ECB;
--teal-600: #3272AE;
--teal-700: #285B8A;
--teal-800: #1D4163;
--teal-900: #122A3F;
--teal-950: #0B1A28;
}