Steel Blue
#3285AE
BlueColor Codes
All color formats for development
HEX
#3285AERGB
rgb(50, 133, 174)HSL
hsl(200, 55%, 44%)OKLCH
oklch(0.585 0.101 233.9)CMYK
cmyk(71%, 24%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D779D
2#286A8B
3#235D7A
4#1E5068
5#194257
6#143546
7#0F2834
8#0A1B23
9#050D11
Tints
Lighter variations
1#3996C4
2#4EA2CC
3#64ADD2
4#7AB9D8
5#90C5DF
6#A6D0E5
7#BDDCEC
8#D3E8F2
9#E9F3F9
Tones
Muted variations
1#3983A8
2#3F81A2
3#457F9B
4#4B7D95
5#517A8F
6#587889
7#5E7683
8#64747D
9#6A7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 75B6 #75B6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA1 #4DA1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3285 #3285AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286A #286A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4B #1D4B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F7;
--steel-blue-200: #CCE4F0;
--steel-blue-300: #A4CFE5;
--steel-blue-400: #75B6D7;
--steel-blue-500: #4DA1CB;
--steel-blue-600: #3285AE;
--steel-blue-700: #286A8A;
--steel-blue-800: #1D4B63;
--steel-blue-900: #12303F;
--steel-blue-950: #0B1E28;
}