Steel Blue
#2FB1A4
CyanColor Codes
All color formats for development
HEX
#2FB1A4RGB
rgb(47, 177, 164)HSL
hsl(174, 58%, 44%)OKLCH
oklch(0.689 0.11 185)CMYK
cmyk(73%, 0%, 7%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA094
2#268E83
3#217C73
4#1C6A63
5#185952
6#134742
7#0E3531
8#092321
9#051210
Tints
Lighter variations
1#35C8B9
2#4BCFC2
3#61D5C9
4#78DBD1
5#8EE1D9
6#A5E7E0
7#BBEDE8
8#D2F3F0
9#E8F9F7
Tones
Muted variations
1#36AB9F
2#3CA49A
3#439E95
4#49978F
5#50918A
6#568A85
7#5D8480
8#637D7B
9#6A7775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACF | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F8F5;
--steel-blue-200: #CBF1ED;
--steel-blue-300: #A2E6E0;
--steel-blue-400: #72DACF;
--steel-blue-500: #4ACFC1;
--steel-blue-600: #2FB1A4;
--steel-blue-700: #258D83;
--steel-blue-800: #1B655D;
--steel-blue-900: #11403C;
--steel-blue-950: #0B2825;
}