Steel Blue
#25BBAF
CyanColor Codes
All color formats for development
HEX
#25BBAFRGB
rgb(37, 187, 175)HSL
hsl(175, 67%, 44%)OKLCH
oklch(0.716 0.119 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#21A99D
2#1E968C
3#1A837A
4#167069
5#135E57
6#0F4B46
7#0B3834
8#072523
9#041311
Tints
Lighter variations
1#2AD3C5
2#40D9CD
3#58DED3
4#70E3D9
5#88E7DF
6#A0ECE6
7#B7F1EC
8#CFF6F2
9#E7FAF9
Tones
Muted variations
1#2DB4A9
2#34ACA2
3#3CA59C
4#439D96
5#4B9690
6#528E89
7#5A8783
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 | 9DEC #9DECE5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | 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: #9DECE5;
--steel-blue-400: #6AE2D8;
--steel-blue-500: #3FD9CC;
--steel-blue-600: #25BBAF;
--steel-blue-700: #1D958B;
--steel-blue-800: #156A63;
--steel-blue-900: #0D4440;
--steel-blue-950: #082B28;
}