Steel Blue
#238ABE
BlueColor Codes
All color formats for development
HEX
#238ABERGB
rgb(35, 138, 190)HSL
hsl(200, 69%, 44%)OKLCH
oklch(0.601 0.119 236.6)CMYK
cmyk(82%, 27%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7CAB
2#1C6E98
3#186185
4#155372
5#11455F
6#0E374C
7#0A2939
8#071C26
9#030E13
Tints
Lighter variations
1#279CD6
2#3EA7DC
3#56B2E0
4#6EBDE4
5#86C8E9
6#9ED3ED
7#B7DEF2
8#CFE9F6
9#E7F4FB
Tones
Muted variations
1#2B87B6
2#3285AE
3#3A82A6
4#42809F
5#497D97
6#517B8F
7#597887
8#617580
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD2 #9CD2ED | BordersInactive statesPlaceholder text |
| 400 | 68BA #68BAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA7 #3DA7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238A #238ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6E #1C6E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C7E5F5;
--steel-blue-300: #9CD2ED;
--steel-blue-400: #68BAE3;
--steel-blue-500: #3DA7DB;
--steel-blue-600: #238ABE;
--steel-blue-700: #1C6E97;
--steel-blue-800: #144E6C;
--steel-blue-900: #0D3245;
--steel-blue-950: #081F2B;
}