Teal
#286B8A
BlueColor Codes
All color formats for development
HEX
#286B8ARGB
rgb(40, 107, 138)HSL
hsl(199, 55%, 35%)OKLCH
oklch(0.499 0.083 231.9)CMYK
cmyk(71%, 22%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24617D
2#20566F
3#1C4B61
4#184053
5#143645
6#102B37
7#0C202A
8#08151C
9#040B0E
Tints
Lighter variations
1#307FA4
2#3793BE
3#4BA2CB
4#65B0D2
5#7FBDDA
6#98CAE1
7#B2D7E9
8#CCE5F0
9#E5F2F8
Tones
Muted variations
1#2D6985
2#326881
3#37667C
4#3C6477
5#416272
6#46606D
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 | A4D0 #A4D0E5 | BordersInactive statesPlaceholder text |
| 400 | 75B8 #75B8D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA3 #4DA3CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3287 #3287AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286B #286B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4D #1D4D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #12313F | 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: #A4D0E5;
--teal-400: #75B8D7;
--teal-500: #4DA3CB;
--teal-600: #3287AE;
--teal-700: #286B8A;
--teal-800: #1D4D63;
--teal-900: #12313F;
--teal-950: #0B1F28;
}