Steel Blue
#46B9D2
CyanColor Codes
All color formats for development
HEX
#46B9D2RGB
rgb(70, 185, 210)HSL
hsl(191, 61%, 55%)OKLCH
oklch(0.731 0.107 214.9)CMYK
cmyk(67%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31AFCB
2#2C9CB5
3#26889E
4#217587
5#1B6171
6#164E5A
7#103A44
8#0B272D
9#051317
Tints
Lighter variations
1#59C0D7
2#6BC7DB
3#7ECEE0
4#90D5E4
5#A3DCE9
6#B5E3ED
7#C8EAF2
8#DAF1F6
9#EDF8FB
Tones
Muted variations
1#4DB4CB
2#54B0C4
3#5BABBD
4#62A7B6
5#69A2AF
6#709EA8
7#779AA1
8#7E959A
9#859193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC8 #6FC8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B9 #46B9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9C #2C9CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237C #237C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1958 #195867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEBF2;
--steel-blue-300: #A1DBE8;
--steel-blue-400: #6FC8DC;
--steel-blue-500: #46B9D2;
--steel-blue-600: #2C9CB5;
--steel-blue-700: #237C90;
--steel-blue-800: #195867;
--steel-blue-900: #103942;
--steel-blue-950: #0A2329;
}