Teal
#286A8A
BlueColor Codes
All color formats for development
HEX
#286A8ARGB
rgb(40, 106, 138)HSL
hsl(200, 55%, 35%)OKLCH
oklch(0.497 0.083 233.1)CMYK
cmyk(71%, 23%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245F7D
2#20546F
3#1C4A61
4#183F53
5#143545
6#102A37
7#0C202A
8#08151C
9#040B0E
Tints
Lighter variations
1#307DA4
2#3791BE
3#4BA0CB
4#65AED2
5#7FBBDA
6#98C9E1
7#B2D6E9
8#CCE4F0
9#E5F1F8
Tones
Muted variations
1#2D6885
2#326681
3#37657C
4#3C6377
5#416172
6#46606D
7#4B5E68
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 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 75B6 #75B6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA1 #4DA1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3285 #3285AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286A #286A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4B #1D4B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F0F7;
--teal-200: #CCE4F0;
--teal-300: #A4CFE5;
--teal-400: #75B6D7;
--teal-500: #4DA1CB;
--teal-600: #3285AE;
--teal-700: #286A8A;
--teal-800: #1D4B63;
--teal-900: #12303F;
--teal-950: #0B1E28;
}