Steel Blue
#2FB1AB
CyanColor Codes
All color formats for development
HEX
#2FB1ABRGB
rgb(47, 177, 171)HSL
hsl(177, 58%, 44%)OKLCH
oklch(0.692 0.108 190.3)CMYK
cmyk(73%, 0%, 3%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA09A
2#268E89
3#217C78
4#1C6A66
5#185955
6#134744
7#0E3533
8#092322
9#051211
Tints
Lighter variations
1#35C8C1
2#4BCFC8
3#61D5CF
4#78DBD6
5#8EE1DD
6#A5E7E4
7#BBEDEB
8#D2F3F1
9#E8F9F8
Tones
Muted variations
1#36ABA5
2#3CA49F
3#439E99
4#499793
5#50918D
6#568A88
7#5D8482
8#637D7C
9#6A7776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F8F6;
--steel-blue-200: #CBF1EF;
--steel-blue-300: #A2E6E3;
--steel-blue-400: #72DAD4;
--steel-blue-500: #4ACFC8;
--steel-blue-600: #2FB1AB;
--steel-blue-700: #258D88;
--steel-blue-800: #1B6561;
--steel-blue-900: #11403E;
--steel-blue-950: #0B2827;
}