Teal
#286D8A
BlueColor Codes
All color formats for development
HEX
#286D8ARGB
rgb(40, 109, 138)HSL
hsl(198, 55%, 35%)OKLCH
oklch(0.505 0.082 229.5)CMYK
cmyk(71%, 21%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24627D
2#20576F
3#1C4C61
4#184153
5#143645
6#102C37
7#0C212A
8#08161C
9#040B0E
Tints
Lighter variations
1#3081A4
2#3795BE
3#4BA5CB
4#65B1D2
5#7FBEDA
6#98CBE1
7#B2D8E9
8#CCE5F0
9#E5F2F8
Tones
Muted variations
1#2D6B85
2#326981
3#37677C
4#3C6577
5#416372
6#46616D
7#4B5F68
8#4F5D63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D1 #A4D1E5 | BordersInactive statesPlaceholder text |
| 400 | 75B9 #75B9D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA5 #4DA5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3289 #3289AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286D #286D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4E #1D4E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1232 #12323F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F7;
--teal-200: #CCE5F0;
--teal-300: #A4D1E5;
--teal-400: #75B9D7;
--teal-500: #4DA5CB;
--teal-600: #3289AE;
--teal-700: #286D8A;
--teal-800: #1D4E63;
--teal-900: #12323F;
--teal-950: #0B1F28;
}