Steel Blue
#488F99
CyanColor Codes
All color formats for development
HEX
#488F99RGB
rgb(72, 143, 153)HSL
hsl(187, 36%, 44%)OKLCH
oklch(0.608 0.073 207.5)CMYK
cmyk(53%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418189
2#39737A
3#32646B
4#2B565C
5#24484C
6#1D393D
7#162B2E
8#0E1D1F
9#070E0F
Tints
Lighter variations
1#51A1AC
2#64ACB6
3#77B7BF
4#8AC1C8
5#9ECBD1
6#B1D6DA
7#C5E0E4
8#D8EAED
9#ECF5F6
Tones
Muted variations
1#4C8C95
2#508991
3#54868C
4#588388
5#5C8084
6#607D80
7#64797C
8#687678
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BE #86BEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AC #63ACB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488F #488F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3972 #397279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E7EA;
--steel-blue-300: #AFD5D9;
--steel-blue-400: #86BEC6;
--steel-blue-500: #63ACB6;
--steel-blue-600: #488F99;
--steel-blue-700: #397279;
--steel-blue-800: #295157;
--steel-blue-900: #1A3437;
--steel-blue-950: #102123;
}