Steel Blue
#25BBAA
CyanColor Codes
All color formats for development
HEX
#25BBAARGB
rgb(37, 187, 170)HSL
hsl(173, 67%, 44%)OKLCH
oklch(0.715 0.12 183.1)CMYK
cmyk(80%, 0%, 9%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A999
2#1E9688
3#1A8377
4#167066
5#135E55
6#0F4B44
7#0B3833
8#072522
9#041311
Tints
Lighter variations
1#2AD3BF
2#40D9C7
3#58DECE
4#70E3D5
5#88E7DC
6#A0ECE3
7#B7F1EA
8#CFF6F1
9#E7FAF8
Tones
Muted variations
1#2DB4A4
2#34AC9E
3#3CA599
4#439D93
5#4B968D
6#528E87
7#5A8781
8#617F7C
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E1F9F6;
--steel-blue-200: #C8F4EF;
--steel-blue-300: #9DECE2;
--steel-blue-400: #6AE2D4;
--steel-blue-500: #3FD9C7;
--steel-blue-600: #25BBAA;
--steel-blue-700: #1D9587;
--steel-blue-800: #156A60;
--steel-blue-900: #0D443E;
--steel-blue-950: #082B27;
}