Steel Blue
#1990C8
BlueColor Codes
All color formats for development
HEX
#1990C8RGB
rgb(25, 144, 200)HSL
hsl(199, 78%, 44%)OKLCH
oklch(0.619 0.128 236.3)CMYK
cmyk(88%, 28%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1682B4
2#1473A0
3#11658C
4#0F5778
5#0C4864
6#0A3A50
7#072B3C
8#051D28
9#020E14
Tints
Lighter variations
1#1CA3E1
2#34ADE6
3#4DB8E9
4#66C2EC
5#80CCEF
6#99D6F2
7#B3E0F6
8#CCEBF9
9#E6F5FC
Tones
Muted variations
1#218DBF
2#2A8AB6
3#3387AD
4#3C83A5
5#44809C
6#4D7D93
7#567A8A
8#5F7782
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D5 #97D5F2 | BordersInactive statesPlaceholder text |
| 400 | 60BF #60BFEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AD #33ADE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1990 #1990C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1473 #14739F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E52 #0E5271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | 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: #DFF2FB;
--steel-blue-200: #C4E7F8;
--steel-blue-300: #97D5F2;
--steel-blue-400: #60BFEB;
--steel-blue-500: #33ADE6;
--steel-blue-600: #1990C8;
--steel-blue-700: #14739F;
--steel-blue-800: #0E5271;
--steel-blue-900: #093449;
--steel-blue-950: #06212D;
}