Steel Blue
#1993C8
BlueColor Codes
All color formats for development
HEX
#1993C8RGB
rgb(25, 147, 200)HSL
hsl(198, 78%, 44%)OKLCH
oklch(0.626 0.126 234.3)CMYK
cmyk(88%, 27%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1684B4
2#1476A0
3#11678C
4#0F5878
5#0C4A64
6#0A3B50
7#072C3C
8#051D28
9#020F14
Tints
Lighter variations
1#1CA6E1
2#34B0E6
3#4DBAE9
4#66C4EC
5#80CEEF
6#99D8F2
7#B3E2F6
8#CCEBF9
9#E6F5FC
Tones
Muted variations
1#2190BF
2#2A8CB6
3#3389AD
4#3C85A5
5#44829C
6#4D7E93
7#567B8A
8#5F7782
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF3FB;
--steel-blue-200: #C4E8F8;
--steel-blue-300: #97D7F2;
--steel-blue-400: #60C2EB;
--steel-blue-500: #33B0E6;
--steel-blue-600: #1993C8;
--steel-blue-700: #14759F;
--steel-blue-800: #0E5471;
--steel-blue-900: #093649;
--steel-blue-950: #06212D;
}