Steel Blue
#46B6D2
CyanColor Codes
All color formats for development
HEX
#46B6D2RGB
rgb(70, 182, 210)HSL
hsl(192, 61%, 55%)OKLCH
oklch(0.724 0.107 217.5)CMYK
cmyk(67%, 13%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31ACCB
2#2C99B5
3#26869E
4#217387
5#1B6071
6#164D5A
7#103944
8#0B262D
9#051317
Tints
Lighter variations
1#59BED7
2#6BC5DB
3#7ECCE0
4#90D3E4
5#A3DBE9
6#B5E2ED
7#C8E9F2
8#DAF0F6
9#EDF8FB
Tones
Muted variations
1#4DB2CB
2#54AEC4
3#5BAABD
4#62A5B6
5#69A1AF
6#709DA8
7#7799A1
8#7E959A
9#859093
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 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | 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: #CAEAF2;
--steel-blue-300: #A1DAE8;
--steel-blue-400: #6FC6DC;
--steel-blue-500: #46B6D2;
--steel-blue-600: #2C99B5;
--steel-blue-700: #237A90;
--steel-blue-800: #195767;
--steel-blue-900: #103842;
--steel-blue-950: #0A2329;
}