Steel Blue
#3287AE
BlueColor Codes
All color formats for development
HEX
#3287AERGB
rgb(50, 135, 174)HSL
hsl(199, 55%, 44%)OKLCH
oklch(0.59 0.1 232)CMYK
cmyk(71%, 22%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D799D
2#286C8B
3#235E7A
4#1E5168
5#194357
6#143646
7#0F2834
8#0A1B23
9#050D11
Tints
Lighter variations
1#3998C4
2#4EA4CC
3#64AFD2
4#7ABBD8
5#90C6DF
6#A6D1E5
7#BDDDEC
8#D3E8F2
9#E9F4F9
Tones
Muted variations
1#3985A8
2#3F82A2
3#45809B
4#4B7E95
5#517C8F
6#587989
7#5E7783
8#64757D
9#6A7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D0 #A4D0E5 | BordersInactive statesPlaceholder text |
| 400 | 75B8 #75B8D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA3 #4DA3CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3287 #3287AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286B #286B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4D #1D4D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #12313F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F1F7;
--steel-blue-200: #CCE5F0;
--steel-blue-300: #A4D0E5;
--steel-blue-400: #75B8D7;
--steel-blue-500: #4DA3CB;
--steel-blue-600: #3287AE;
--steel-blue-700: #286B8A;
--steel-blue-800: #1D4D63;
--steel-blue-900: #12313F;
--steel-blue-950: #0B1F28;
}