Steel Blue
#2FB1B1
CyanColor Codes
All color formats for development
HEX
#2FB1B1RGB
rgb(47, 177, 177)HSL
hsl(180, 58%, 44%)OKLCH
oklch(0.694 0.108 195)CMYK
cmyk(73%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA0A0
2#268E8E
3#217C7C
4#1C6A6A
5#185959
6#134747
7#0E3535
8#092323
9#051212
Tints
Lighter variations
1#35C8C8
2#4BCFCF
3#61D5D5
4#78DBDB
5#8EE1E1
6#A5E7E7
7#BBEDED
8#D2F3F3
9#E8F9F9
Tones
Muted variations
1#36ABAB
2#3CA4A4
3#439E9E
4#499797
5#509191
6#568A8A
7#5D8484
8#637D7D
9#6A7777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E3F8F8;
--steel-blue-200: #CBF1F1;
--steel-blue-300: #A2E6E6;
--steel-blue-400: #72DADA;
--steel-blue-500: #4ACFCF;
--steel-blue-600: #2FB1B1;
--steel-blue-700: #258D8D;
--steel-blue-800: #1B6565;
--steel-blue-900: #114040;
--steel-blue-950: #0B2828;
}