Steel Blue
#2FABB1
CyanColor Codes
All color formats for development
HEX
#2FABB1RGB
rgb(47, 171, 177)HSL
hsl(183, 58%, 44%)OKLCH
oklch(0.679 0.104 199.9)CMYK
cmyk(73%, 3%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A9AA0
2#26898E
3#21787C
4#1C666A
5#185559
6#134447
7#0E3335
8#092223
9#051112
Tints
Lighter variations
1#35C1C8
2#4BC8CF
3#61CFD5
4#78D6DB
5#8EDDE1
6#A5E4E7
7#BBEBED
8#D2F1F3
9#E8F8F9
Tones
Muted variations
1#36A5AB
2#3C9FA4
3#43999E
4#499397
5#508D91
6#56888A
7#5D8284
8#637C7D
9#6A7677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E3 #A2E3E6 | BordersInactive statesPlaceholder text |
| 400 | 72D4 #72D4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC8 #4AC8CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FAB #2FABB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2588 #25888D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B61 #1B6165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113E #113E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F8;
--steel-blue-200: #CBEFF1;
--steel-blue-300: #A2E3E6;
--steel-blue-400: #72D4DA;
--steel-blue-500: #4AC8CF;
--steel-blue-600: #2FABB1;
--steel-blue-700: #25888D;
--steel-blue-800: #1B6165;
--steel-blue-900: #113E40;
--steel-blue-950: #0B2728;
}