Steel Blue
#46AFD2
BlueColor Codes
All color formats for development
HEX
#46AFD2RGB
rgb(70, 175, 210)HSL
hsl(195, 61%, 55%)OKLCH
oklch(0.708 0.108 223.6)CMYK
cmyk(67%, 17%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31A5CB
2#2C92B5
3#26809E
4#216E87
5#1B5C71
6#16495A
7#103744
8#0B252D
9#051217
Tints
Lighter variations
1#59B7D7
2#6BBFDB
3#7EC7E0
4#90CFE4
5#A3D7E9
6#B5DFED
7#C8E7F2
8#DAEFF6
9#EDF7FB
Tones
Muted variations
1#4DACCB
2#54A8C4
3#5BA5BD
4#62A1B6
5#699EAF
6#709AA8
7#7797A1
8#7E939A
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D6 #A1D6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC1 #6FC1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46AF #46AFD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C92 #2C92B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2374 #237490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1953 #195367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1035 #103542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #CAE8F2;
--steel-blue-300: #A1D6E8;
--steel-blue-400: #6FC1DC;
--steel-blue-500: #46AFD2;
--steel-blue-600: #2C92B5;
--steel-blue-700: #237490;
--steel-blue-800: #195367;
--steel-blue-900: #103542;
--steel-blue-950: #0A2129;
}