Steel Blue
#238DBE
BlueColor Codes
All color formats for development
HEX
#238DBERGB
rgb(35, 141, 190)HSL
hsl(199, 69%, 44%)OKLCH
oklch(0.608 0.117 234.3)CMYK
cmyk(82%, 26%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7FAB
2#1C7098
3#186285
4#155472
5#11465F
6#0E384C
7#0A2A39
8#071C26
9#030E13
Tints
Lighter variations
1#279ED6
2#3EAADC
3#56B4E0
4#6EBFE4
5#86CAE9
6#9ED4ED
7#B7DFF2
8#CFEAF6
9#E7F4FB
Tones
Muted variations
1#2B8AB6
2#3287AE
3#3A84A6
4#42819F
5#497E97
6#517C8F
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 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3ED | BordersInactive statesPlaceholder text |
| 400 | 68BC #68BCE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA9 #3DA9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238D #238DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C70 #1C7097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | 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: #C7E6F5;
--steel-blue-300: #9CD3ED;
--steel-blue-400: #68BCE3;
--steel-blue-500: #3DA9DB;
--steel-blue-600: #238DBE;
--steel-blue-700: #1C7097;
--steel-blue-800: #14506C;
--steel-blue-900: #0D3345;
--steel-blue-950: #08202B;
}