Steel Blue
#30A3B0
CyanColor Codes
All color formats for development
HEX
#30A3B0RGB
rgb(48, 163, 176)HSL
hsl(186, 57%, 44%)OKLCH
oklch(0.659 0.1 206.2)CMYK
cmyk(73%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B939F
2#27838D
3#22727B
4#1D626A
5#185258
6#134146
7#0E3135
8#0A2123
9#051012
Tints
Lighter variations
1#36B8C7
2#4CC1CE
3#62C9D4
4#78D0DA
5#8FD8E0
6#A5E0E6
7#BCE8ED
8#D2EFF3
9#E9F7F9
Tones
Muted variations
1#379EAA
2#3D99A3
3#43949D
4#4A8F97
5#508A90
6#57858A
7#5D8083
8#637A7D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DF #A3DFE6 | BordersInactive statesPlaceholder text |
| 400 | 73CE #73CED9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC1 #4BC1CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A3 #30A3B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2682 #26828C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F7;
--steel-blue-200: #CBEDF1;
--steel-blue-300: #A3DFE6;
--steel-blue-400: #73CED9;
--steel-blue-500: #4BC1CE;
--steel-blue-600: #30A3B0;
--steel-blue-700: #26828C;
--steel-blue-800: #1B5D64;
--steel-blue-900: #123B40;
--steel-blue-950: #0B2528;
}