Silver
#90BABB
CyanColor Codes
All color formats for development
HEX
#90BABBRGB
rgb(144, 186, 187)HSL
hsl(181, 24%, 65%)OKLCH
oklch(0.759 0.045 198.1)CMYK
cmyk(23%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7CAEAF
2#67A1A2
3#588F90
4#4C7B7B
5#3F6667
6#325252
7#263D3E
8#192929
9#0D1415
Tints
Lighter variations
1#9BC1C2
2#A6C8C9
3#B2CFD0
4#BDD6D6
5#C8DDDD
6#D3E4E4
7#DEEAEB
8#E9F1F1
9#F4F8F8
Tones
Muted variations
1#92B8B9
2#95B6B7
3#97B4B5
4#99B2B3
5#9BB0B0
6#9DAEAE
7#9FACAC
8#A1AAAA
9#A4A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A7 #71A7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558A #558A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446E #446E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D6E6E6;
--silver-300: #B6D2D2;
--silver-400: #90BABB;
--silver-500: #71A7A8;
--silver-600: #558A8B;
--silver-700: #446E6F;
--silver-800: #304F4F;
--silver-900: #1F3233;
--silver-950: #131F20;
}