Steel Blue
#46B2D2
CyanColor Codes
All color formats for development
HEX
#46B2D2RGB
rgb(70, 178, 210)HSL
hsl(194, 61%, 55%)OKLCH
oklch(0.715 0.107 221)CMYK
cmyk(67%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31A7CB
2#2C95B5
3#26829E
4#217087
5#1B5D71
6#164A5A
7#103844
8#0B252D
9#051317
Tints
Lighter variations
1#59B9D7
2#6BC1DB
3#7EC9E0
4#90D1E4
5#A3D8E9
6#B5E0ED
7#C8E8F2
8#DAF0F6
9#EDF7FB
Tones
Muted variations
1#4DAECB
2#54AAC4
3#5BA6BD
4#62A3B6
5#699FAF
6#709BA8
7#7797A1
8#7E949A
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 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | 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: #CAE9F2;
--steel-blue-300: #A1D7E8;
--steel-blue-400: #6FC3DC;
--steel-blue-500: #46B2D2;
--steel-blue-600: #2C95B5;
--steel-blue-700: #237690;
--steel-blue-800: #195467;
--steel-blue-900: #103642;
--steel-blue-950: #0A2229;
}