Steel Blue
#51BAC8
CyanColor Codes
All color formats for development
HEX
#51BAC8RGB
rgb(81, 186, 200)HSL
hsl(187, 52%, 55%)OKLCH
oklch(0.733 0.098 207.2)CMYK
cmyk(60%, 7%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DB1C0
2#369DAB
3#2F8995
4#287680
5#22626B
6#1B4E55
7#143B40
8#0D272B
9#071415
Tints
Lighter variations
1#62C1CD
2#73C8D3
3#85CFD8
4#96D6DE
5#A8DCE3
6#B9E3E9
7#CBEAEE
8#DCF1F4
9#EEF8F9
Tones
Muted variations
1#57B5C2
2#5DB1BC
3#62ACB6
4#68A8B0
5#6EA3AA
6#749FA4
7#7A9A9E
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 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DC #A6DCE3 | BordersInactive statesPlaceholder text |
| 400 | 77C9 #77C9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51BA #51BAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 369D #369DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B7D #2B7D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | 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: #E4F4F6;
--steel-blue-200: #CDEBEF;
--steel-blue-300: #A6DCE3;
--steel-blue-400: #77C9D4;
--steel-blue-500: #51BAC8;
--steel-blue-600: #369DAB;
--steel-blue-700: #2B7D88;
--steel-blue-800: #1F5961;
--steel-blue-900: #14393E;
--steel-blue-950: #0C2427;
}