Teal
#286F8A
BlueColor Codes
All color formats for development
HEX
#286F8ARGB
rgb(40, 111, 138)HSL
hsl(197, 55%, 35%)OKLCH
oklch(0.51 0.081 227.1)CMYK
cmyk(71%, 20%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24637D
2#20586F
3#1C4D61
4#184253
5#143745
6#102C37
7#0C212A
8#08161C
9#040B0E
Tints
Lighter variations
1#3083A4
2#3798BE
3#4BA7CB
4#65B3D2
5#7FC0DA
6#98CDE1
7#B2D9E9
8#CCE6F0
9#E5F2F8
Tones
Muted variations
1#2D6C85
2#326A81
3#37687C
4#3C6677
5#416472
6#46626D
7#4B6068
8#4F5E63
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 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D2 #A4D2E5 | BordersInactive statesPlaceholder text |
| 400 | 75BB #75BBD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA8 #4DA8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328B #328BAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286F #286F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4F #1D4F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #12333F | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F7;
--teal-200: #CCE6F0;
--teal-300: #A4D2E5;
--teal-400: #75BBD7;
--teal-500: #4DA8CB;
--teal-600: #328BAE;
--teal-700: #286F8A;
--teal-800: #1D4F63;
--teal-900: #12333F;
--teal-950: #0B2028;
}