Steel Blue
#1988C8
BlueColor Codes
All color formats for development
HEX
#1988C8RGB
rgb(25, 136, 200)HSL
hsl(202, 78%, 44%)OKLCH
oklch(0.6 0.134 241.4)CMYK
cmyk(88%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167AB4
2#146CA0
3#115F8C
4#0F5178
5#0C4464
6#0A3650
7#07293C
8#051B28
9#020E14
Tints
Lighter variations
1#1C99E1
2#34A5E6
3#4DB0E9
4#66BBEC
5#80C6EF
6#99D2F2
7#B3DDF6
8#CCE8F9
9#E6F4FC
Tones
Muted variations
1#2185BF
2#2A83B6
3#3381AD
4#3C7EA5
5#447C9C
6#4D7A93
7#56778A
8#5F7582
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D1 #97D1F2 | BordersInactive statesPlaceholder text |
| 400 | 60B8 #60B8EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A4 #33A4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1988 #1988C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146C #146C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4D #0E4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF1FB;
--steel-blue-200: #C4E5F8;
--steel-blue-300: #97D1F2;
--steel-blue-400: #60B8EB;
--steel-blue-500: #33A4E6;
--steel-blue-600: #1988C8;
--steel-blue-700: #146C9F;
--steel-blue-800: #0E4D71;
--steel-blue-900: #093149;
--steel-blue-950: #061F2D;
}