Steel Blue
#4FB3C9
CyanColor Codes
All color formats for development
HEX
#4FB3C9RGB
rgb(79, 179, 201)HSL
hsl(191, 53%, 55%)OKLCH
oklch(0.716 0.097 214.5)CMYK
cmyk(61%, 11%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BA9C1
2#3596AC
3#2E8396
4#287081
5#215E6B
6#1A4B56
7#143840
8#0D252B
9#071315
Tints
Lighter variations
1#61BACE
2#73C2D4
3#84CAD9
4#96D1DF
5#A7D9E4
6#B9E1E9
7#CAE8EF
8#DCF0F4
9#EDF7FA
Tones
Muted variations
1#56AFC3
2#5CABBD
3#62A7B7
4#68A3B1
5#6EA0AB
6#749CA5
7#7A989E
8#809498
9#869092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F7;
--steel-blue-200: #CCE9EF;
--steel-blue-300: #A5D8E3;
--steel-blue-400: #76C4D5;
--steel-blue-500: #4FB3C9;
--steel-blue-600: #3596AC;
--steel-blue-700: #2A7789;
--steel-blue-800: #1E5562;
--steel-blue-900: #13363E;
--steel-blue-950: #0C2227;
}