Steel Blue
#4FBBC9
CyanColor Codes
All color formats for development
HEX
#4FBBC9RGB
rgb(79, 187, 201)HSL
hsl(187, 53%, 55%)OKLCH
oklch(0.735 0.1 207)CMYK
cmyk(61%, 7%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BB2C1
2#359EAC
3#2E8A96
4#287681
5#21636B
6#1A4F56
7#143B40
8#0D272B
9#071415
Tints
Lighter variations
1#61C2CE
2#73C9D4
3#84CFD9
4#96D6DF
5#A7DDE4
6#B9E4E9
7#CAEBEF
8#DCF1F4
9#EDF8FA
Tones
Muted variations
1#56B6C3
2#5CB2BD
3#62ADB7
4#68A8B1
5#6EA4AB
6#749FA5
7#7A9A9E
8#809698
9#869192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F4F7;
--steel-blue-200: #CCEBEF;
--steel-blue-300: #A5DCE3;
--steel-blue-400: #76CAD5;
--steel-blue-500: #4FBBC9;
--steel-blue-600: #359EAC;
--steel-blue-700: #2A7E89;
--steel-blue-800: #1E5A62;
--steel-blue-900: #13393E;
--steel-blue-950: #0C2427;
}