Steel Blue
#488E99
CyanColor Codes
All color formats for development
HEX
#488E99RGB
rgb(72, 142, 153)HSL
hsl(188, 36%, 44%)OKLCH
oklch(0.606 0.072 208.8)CMYK
cmyk(53%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418089
2#39717A
3#32636B
4#2B555C
5#24474C
6#1D393D
7#162B2E
8#0E1C1F
9#070E0F
Tints
Lighter variations
1#51A0AC
2#64ABB6
3#77B5BF
4#8AC0C8
5#9ECAD1
6#B1D5DA
7#C5DFE4
8#D8EAED
9#ECF4F6
Tones
Muted variations
1#4C8B95
2#508891
3#54858C
4#588288
5#5C7F84
6#607C80
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 | AFD4 #AFD4D9 | BordersInactive statesPlaceholder text |
| 400 | 86BD #86BDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AB #63ABB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488E #488E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3971 #397179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | 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: #AFD4D9;
--steel-blue-400: #86BDC6;
--steel-blue-500: #63ABB6;
--steel-blue-600: #488E99;
--steel-blue-700: #397179;
--steel-blue-800: #295157;
--steel-blue-900: #1A3437;
--steel-blue-950: #102023;
}