Steel Blue
#238FBE
BlueColor Codes
All color formats for development
HEX
#238FBERGB
rgb(35, 143, 190)HSL
hsl(198, 69%, 44%)OKLCH
oklch(0.613 0.116 232.8)CMYK
cmyk(82%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F81AB
2#1C7398
3#186485
4#155672
5#11485F
6#0E394C
7#0A2B39
8#071D26
9#030E13
Tints
Lighter variations
1#27A1D6
2#3EACDC
3#56B7E0
4#6EC1E4
5#86CBE9
6#9ED6ED
7#B7E0F2
8#CFEAF6
9#E7F5FB
Tones
Muted variations
1#2B8CB6
2#3289AE
3#3A86A6
4#42839F
5#498097
6#517D8F
7#597987
8#617680
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD5 #9CD5ED | BordersInactive statesPlaceholder text |
| 400 | 68BE #68BEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAC #3DACDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238F #238FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C72 #1C7297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C7E7F5;
--steel-blue-300: #9CD5ED;
--steel-blue-400: #68BEE3;
--steel-blue-500: #3DACDB;
--steel-blue-600: #238FBE;
--steel-blue-700: #1C7297;
--steel-blue-800: #14516C;
--steel-blue-900: #0D3445;
--steel-blue-950: #08212B;
}