Steel Blue
#2FA6B1
CyanColor Codes
All color formats for development
HEX
#2FA6B1RGB
rgb(47, 166, 177)HSL
hsl(185, 58%, 44%)OKLCH
oklch(0.666 0.102 204.2)CMYK
cmyk(73%, 6%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A96A0
2#26858E
3#21757C
4#1C646A
5#185359
6#134347
7#0E3235
8#092123
9#051112
Tints
Lighter variations
1#35BCC8
2#4BC4CF
3#61CBD5
4#78D3DB
5#8EDAE1
6#A5E1E7
7#BBE9ED
8#D2F0F3
9#E8F8F9
Tones
Muted variations
1#36A1AB
2#3C9CA4
3#43969E
4#499197
5#508B91
6#56868A
7#5D8084
8#637B7D
9#6A7677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E1 #A2E1E6 | BordersInactive statesPlaceholder text |
| 400 | 72D1 #72D1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC4 #4AC4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA6 #2FA6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2584 #25848D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F8;
--steel-blue-200: #CBEEF1;
--steel-blue-300: #A2E1E6;
--steel-blue-400: #72D1DA;
--steel-blue-500: #4AC4CF;
--steel-blue-600: #2FA6B1;
--steel-blue-700: #25848D;
--steel-blue-800: #1B5F65;
--steel-blue-900: #113D40;
--steel-blue-950: #0B2628;
}