Steel Blue
#26AEBA
CyanColor Codes
All color formats for development
HEX
#26AEBARGB
rgb(38, 174, 186)HSL
hsl(185, 66%, 44%)OKLCH
oklch(0.688 0.11 204.2)CMYK
cmyk(80%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#229DA8
2#1F8B95
3#1B7A82
4#176870
5#13575D
6#0F464B
7#0B3438
8#082325
9#041113
Tints
Lighter variations
1#2BC4D2
2#41CCD8
3#59D2DD
4#71D8E2
5#88DFE7
6#A0E5EC
7#B8ECF0
8#D0F2F5
9#E7F9FA
Tones
Muted variations
1#2EA8B3
2#35A2AB
3#3C9BA4
4#44959D
5#4B8F95
6#53898E
7#5A8386
8#617D7F
9#697678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F7F9;
--steel-blue-200: #C8F0F4;
--steel-blue-300: #9EE5EB;
--steel-blue-400: #6BD7E1;
--steel-blue-500: #41CBD8;
--steel-blue-600: #26AEBA;
--steel-blue-700: #1E8A94;
--steel-blue-800: #16636A;
--steel-blue-900: #0E3F44;
--steel-blue-950: #09282A;
}