Steel Blue
#1985C8
BlueColor Codes
All color formats for development
HEX
#1985C8RGB
rgb(25, 133, 200)HSL
hsl(203, 78%, 44%)OKLCH
oklch(0.593 0.136 243.2)CMYK
cmyk(88%, 34%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1677B4
2#146AA0
3#115D8C
4#0F5078
5#0C4264
6#0A3550
7#07283C
8#051B28
9#020D14
Tints
Lighter variations
1#1C95E1
2#34A2E6
3#4DADE9
4#66B9EC
5#80C5EF
6#99D0F2
7#B3DCF6
8#CCE8F9
9#E6F3FC
Tones
Muted variations
1#2183BF
2#2A81B6
3#337EAD
4#3C7CA5
5#447A9C
6#4D7893
7#56768A
8#5F7482
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E4F8;
--steel-blue-300: #97CFF2;
--steel-blue-400: #60B6EB;
--steel-blue-500: #33A1E6;
--steel-blue-600: #1985C8;
--steel-blue-700: #14699F;
--steel-blue-800: #0E4B71;
--steel-blue-900: #093049;
--steel-blue-950: #061E2D;
}