Steel Blue
#2FB1A6
CyanColor Codes
All color formats for development
HEX
#2FB1A6RGB
rgb(47, 177, 166)HSL
hsl(175, 58%, 44%)OKLCH
oklch(0.69 0.11 186.5)CMYK
cmyk(73%, 0%, 6%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA096
2#268E85
3#217C75
4#1C6A64
5#185953
6#134743
7#0E3532
8#092321
9#051211
Tints
Lighter variations
1#35C8BC
2#4BCFC4
3#61D5CB
4#78DBD3
5#8EE1DA
6#A5E7E1
7#BBEDE9
8#D2F3F0
9#E8F9F8
Tones
Muted variations
1#36ABA1
2#3CA49C
3#439E96
4#499791
5#50918B
6#568A86
7#5D8480
8#637D7B
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 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | 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: #CBF1EE;
--steel-blue-300: #A2E6E1;
--steel-blue-400: #72DAD1;
--steel-blue-500: #4ACFC4;
--steel-blue-600: #2FB1A6;
--steel-blue-700: #258D84;
--steel-blue-800: #1B655F;
--steel-blue-900: #11403D;
--steel-blue-950: #0B2826;
}