Teal
#28688A
BlueColor Codes
All color formats for development
HEX
#28688ARGB
rgb(40, 104, 138)HSL
hsl(201, 55%, 35%)OKLCH
oklch(0.492 0.084 235.5)CMYK
cmyk(71%, 25%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245E7D
2#20536F
3#1C4961
4#183E53
5#143445
6#102A37
7#0C1F2A
8#08151C
9#040A0E
Tints
Lighter variations
1#307BA4
2#378FBE
3#4B9ECB
4#65ACD2
5#7FBADA
6#98C8E1
7#B2D5E9
8#CCE3F0
9#E5F1F8
Tones
Muted variations
1#2D6785
2#326581
3#37647C
4#3C6277
5#416172
6#465F6D
7#4B5E68
8#4F5C63
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 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 75B4 #75B4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9F #4D9FCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3283 #3283AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2868 #28688A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4A #1D4A63 | 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: #CCE3F0;
--teal-300: #A4CEE5;
--teal-400: #75B4D7;
--teal-500: #4D9FCB;
--teal-600: #3283AE;
--teal-700: #28688A;
--teal-800: #1D4A63;
--teal-900: #12303F;
--teal-950: #0B1E28;
}