Steel Blue
#4995D0
BlueColor Codes
All color formats for development
HEX
#4995D0RGB
rgb(73, 149, 208)HSL
hsl(206, 59%, 55%)OKLCH
oklch(0.647 0.116 244.5)CMYK
cmyk(65%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3488C9
2#2E79B2
3#286A9C
4#235B86
5#1D4C6F
6#173D59
7#112D43
8#0C1E2D
9#060F16
Tints
Lighter variations
1#5BA0D5
2#6DAAD9
3#7FB5DE
4#92C0E3
5#A4CAE7
6#B6D5EC
7#C8DFF1
8#DBEAF6
9#EDF4FA
Tones
Muted variations
1#4F94C9
2#5693C2
3#5D93BC
4#6492B5
5#6A91AE
6#7190A7
7#788FA1
8#7F8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E7 | BordersInactive statesPlaceholder text |
| 400 | 71AD #71ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4995 #4995D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E79 #2E79B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF8;
--steel-blue-200: #CAE0F1;
--steel-blue-300: #A2C9E7;
--steel-blue-400: #71ADDA;
--steel-blue-500: #4995D0;
--steel-blue-600: #2E79B2;
--steel-blue-700: #25608E;
--steel-blue-800: #1A4565;
--steel-blue-900: #112C41;
--steel-blue-950: #0A1C29;
}