Steel Blue
#26BAAE
CyanColor Codes
All color formats for development
HEX
#26BAAERGB
rgb(38, 186, 174)HSL
hsl(175, 66%, 44%)OKLCH
oklch(0.714 0.118 186.4)CMYK
cmyk(80%, 0%, 6%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A89D
2#1F958B
3#1B827A
4#177068
5#135D57
6#0F4B46
7#0B3834
8#082523
9#041311
Tints
Lighter variations
1#2BD2C4
2#41D8CC
3#59DDD2
4#71E2D8
5#88E7DF
6#A0ECE5
7#B8F0EC
8#D0F5F2
9#E7FAF9
Tones
Muted variations
1#2EB3A8
2#35ABA2
3#3CA49B
4#449D95
5#4B958F
6#538E89
7#5A8683
8#617F7D
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F7;
--steel-blue-200: #C8F4F0;
--steel-blue-300: #9EEBE5;
--steel-blue-400: #6BE1D7;
--steel-blue-500: #41D8CB;
--steel-blue-600: #26BAAE;
--steel-blue-700: #1E948A;
--steel-blue-800: #166A63;
--steel-blue-900: #0E443F;
--steel-blue-950: #092A28;
}