Steel Blue
#1999C8
BlueColor Codes
All color formats for development
HEX
#1999C8RGB
rgb(25, 153, 200)HSL
hsl(196, 78%, 44%)OKLCH
oklch(0.641 0.122 230)CMYK
cmyk(88%, 24%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168AB4
2#147AA0
3#116B8C
4#0F5C78
5#0C4D64
6#0A3D50
7#072E3C
8#051F28
9#020F14
Tints
Lighter variations
1#1CADE1
2#34B6E6
3#4DBFE9
4#66C9EC
5#80D2EF
6#99DBF2
7#B3E4F6
8#CCEDF9
9#E6F6FC
Tones
Muted variations
1#2195BF
2#2A91B6
3#338DAD
4#3C89A5
5#44859C
6#4D8193
7#567C8A
8#5F7882
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF4FB;
--steel-blue-200: #C4EAF8;
--steel-blue-300: #97DAF2;
--steel-blue-400: #60C6EB;
--steel-blue-500: #33B6E6;
--steel-blue-600: #1999C8;
--steel-blue-700: #147A9F;
--steel-blue-800: #0E5771;
--steel-blue-900: #093849;
--steel-blue-950: #06232D;
}