Teal
#28668A
BlueColor Codes
All color formats for development
HEX
#28668ARGB
rgb(40, 102, 138)HSL
hsl(202, 55%, 35%)OKLCH
oklch(0.487 0.085 237.7)CMYK
cmyk(71%, 26%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245C7D
2#20526F
3#1C4861
4#183D53
5#143345
6#102937
7#0C1F2A
8#08141C
9#040A0E
Tints
Lighter variations
1#3079A4
2#378CBE
3#4B9CCB
4#65AAD2
5#7FB8DA
6#98C6E1
7#B2D5E9
8#CCE3F0
9#E5F1F8
Tones
Muted variations
1#2D6585
2#326481
3#37627C
4#3C6177
5#416072
6#465E6D
7#4B5D68
8#4F5C63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 75B3 #75B3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9D #4D9DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3281 #3281AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2866 #28668A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3F0F7;
--teal-200: #CCE3F0;
--teal-300: #A4CDE5;
--teal-400: #75B3D7;
--teal-500: #4D9DCB;
--teal-600: #3281AE;
--teal-700: #28668A;
--teal-800: #1D4963;
--teal-900: #122F3F;
--teal-950: #0B1D28;
}