Steel Blue
#2FB1A0
CyanColor Codes
All color formats for development
HEX
#2FB1A0RGB
rgb(47, 177, 160)HSL
hsl(172, 58%, 44%)OKLCH
oklch(0.688 0.112 182.1)CMYK
cmyk(73%, 0%, 10%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA090
2#268E80
3#217C70
4#1C6A60
5#185950
6#134740
7#0E3530
8#092320
9#051210
Tints
Lighter variations
1#35C8B4
2#4BCFBD
3#61D5C6
4#78DBCE
5#8EE1D6
6#A5E7DE
7#BBEDE6
8#D2F3EF
9#E8F9F7
Tones
Muted variations
1#36AB9B
2#3CA496
3#439E92
4#49978D
5#509188
6#568A83
7#5D847F
8#637D7A
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 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | 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: #CBF1EC;
--steel-blue-300: #A2E6DD;
--steel-blue-400: #72DACC;
--steel-blue-500: #4ACFBD;
--steel-blue-600: #2FB1A0;
--steel-blue-700: #258D7F;
--steel-blue-800: #1B655B;
--steel-blue-900: #11403A;
--steel-blue-950: #0B2824;
}