Steel Blue
#4AA0CF
BlueColor Codes
All color formats for development
HEX
#4AA0CFRGB
rgb(74, 160, 207)HSL
hsl(201, 58%, 55%)OKLCH
oklch(0.672 0.108 235.5)CMYK
cmyk(64%, 23%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3594C7
2#2F84B1
3#29739B
4#236385
5#1D526F
6#184259
7#123142
8#0C212C
9#061016
Tints
Lighter variations
1#5CAAD4
2#6EB3D8
3#80BDDD
4#92C6E2
5#A4D0E7
6#B6D9EC
7#C9E3F1
8#DBECF5
9#EDF6FA
Tones
Muted variations
1#509EC8
2#579CC1
3#5E9ABB
4#6498B4
5#6B96AE
6#7294A7
7#7892A0
8#7F909A
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE6 | BordersInactive statesPlaceholder text |
| 400 | 72B5 #72B5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA0 #4AA0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F84 #2F84B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113040 | 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: #E3F0F8;
--steel-blue-200: #CBE4F1;
--steel-blue-300: #A2CFE6;
--steel-blue-400: #72B5DA;
--steel-blue-500: #4AA0CF;
--steel-blue-600: #2F84B1;
--steel-blue-700: #25698D;
--steel-blue-800: #1B4B65;
--steel-blue-900: #113040;
--steel-blue-950: #0B1E28;
}