Steel Blue
#4FB7C9
CyanColor Codes
All color formats for development
HEX
#4FB7C9RGB
rgb(79, 183, 201)HSL
hsl(189, 53%, 55%)OKLCH
oklch(0.726 0.098 210.7)CMYK
cmyk(61%, 9%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BADC1
2#359AAC
3#2E8796
4#287381
5#21606B
6#1A4D56
7#143A40
8#0D262B
9#071315
Tints
Lighter variations
1#61BECE
2#73C5D4
3#84CCD9
4#96D4DF
5#A7DBE4
6#B9E2E9
7#CAE9EF
8#DCF1F4
9#EDF8FA
Tones
Muted variations
1#56B3C3
2#5CAEBD
3#62AAB7
4#68A6B1
5#6EA2AB
6#749DA5
7#7A999E
8#809598
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DA #A5DAE3 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB7 #4FB7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359A #359AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7A #2A7A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E57 #1E5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #CCEAEF;
--steel-blue-300: #A5DAE3;
--steel-blue-400: #76C7D5;
--steel-blue-500: #4FB7C9;
--steel-blue-600: #359AAC;
--steel-blue-700: #2A7A89;
--steel-blue-800: #1E5762;
--steel-blue-900: #13383E;
--steel-blue-950: #0C2327;
}