Steel Blue
#2888B8
BlueColor Codes
All color formats for development
HEX
#2888B8RGB
rgb(40, 136, 184)HSL
hsl(200, 64%, 44%)OKLCH
oklch(0.594 0.113 235.6)CMYK
cmyk(78%, 26%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247BA6
2#206D93
3#1C5F81
4#18526E
5#14445C
6#10364A
7#0C2937
8#081B25
9#040E12
Tints
Lighter variations
1#2E99CF
2#44A5D6
3#5BB0DB
4#72BCE0
5#8AC7E5
6#A1D2EA
7#B9DDF0
8#D0E9F5
9#E8F4FA
Tones
Muted variations
1#3086B1
2#3783AA
3#3E81A2
4#457F9B
5#4C7C94
6#537A8D
7#5B7786
8#62757F
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1EA | BordersInactive statesPlaceholder text |
| 400 | 6DB9 #6DB9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A5 #43A5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2888 #2888B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206C #206C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174D #174D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E2F1F9;
--steel-blue-200: #C9E5F3;
--steel-blue-300: #9FD1EA;
--steel-blue-400: #6DB9DF;
--steel-blue-500: #43A5D6;
--steel-blue-600: #2888B8;
--steel-blue-700: #206C92;
--steel-blue-800: #174D69;
--steel-blue-900: #0F3243;
--steel-blue-950: #091F2A;
}