Steel Blue
#247DBC
BlueColor Codes
All color formats for development
HEX
#247DBCRGB
rgb(36, 125, 188)HSL
hsl(205, 68%, 44%)OKLCH
oklch(0.569 0.127 244.7)CMYK
cmyk(81%, 34%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2070AA
2#1D6497
3#195784
4#164B71
5#123E5E
6#0E324B
7#0B2539
8#071926
9#040C13
Tints
Lighter variations
1#288DD4
2#3F9ADA
3#57A6DF
4#6FB3E4
5#87C0E8
6#9FCCED
7#B7D9F1
8#CFE6F6
9#E7F2FA
Tones
Muted variations
1#2C7CB5
2#337AAD
3#3B79A6
4#42789E
5#4A7796
6#52758F
7#597487
8#61737F
9#697178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBEC | BordersInactive statesPlaceholder text |
| 400 | 69B0 #69B0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E99 #3E99DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247D #247DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EFF9;
--steel-blue-200: #C7E2F4;
--steel-blue-300: #9CCBEC;
--steel-blue-400: #69B0E2;
--steel-blue-500: #3E99DA;
--steel-blue-600: #247DBC;
--steel-blue-700: #1D6396;
--steel-blue-800: #14476B;
--steel-blue-900: #0D2D45;
--steel-blue-950: #081C2B;
}