Silver

#AFD7DA

Cyan

Color Codes

All color formats for development

HEX
#AFD7DA
RGB
rgb(175, 215, 218)
HSL
hsl(184, 37%, 77%)
OKLCH
oklch(0.852 0.042 202)
CMYK
cmyk(20%, 1%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5FA
100
#E7F3
200
#D2E8
300
#AFD7
400
#85C2
500
#62B1
600
#4794
700
#3876
800
#2854
900
#1A36
950
#1022

Shades

Darker variations

1#94CACE
2#79BCC1
3#5EAFB5
4#4A9CA1
5#3E8286
6#31686C
7#254E51
8#193436
9#0C1A1B

Tints

Lighter variations

1#B7DBDE
2#BFDFE1
3#C7E3E5
4#CFE7E9
5#D7EBED
6#DFEFF0
7#E7F3F4
8#EFF7F8
9#F7FBFB

Tones

Muted variations

1#B1D5D8
2#B3D3D6
3#B5D2D4
4#B7D0D1
5#B9CECF
6#BCCCCD
7#BECACB
8#C0C8C9
9#C2C6C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5FA
#F5FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E7F3
#E7F3F4
Light backgroundsTable row hoverSkeleton loading
200
D2E8
#D2E8EA
Secondary backgroundsInput backgroundsDividers
300
AFD7
#AFD7DA
BordersInactive statesPlaceholder text
400
85C2
#85C2C7
Disabled statesSecondary iconsMuted text
500
62B1
#62B1B7
Primary brand colorCTAsActive elementsLinks
600
4794
#47949A
Hover statesFocus ringsPrimary buttons hover
700
3876
#38767A
Active/pressed statesDark mode accentsSecondary text
800
2854
#285457
Text on light backgroundsHeadingsStrong borders
900
1A36
#1A3638
Primary textHigh emphasis contentDark headings
950
1022
#102223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5FAFA;
  --silver-100: #E7F3F4;
  --silver-200: #D2E8EA;
  --silver-300: #AFD7DA;
  --silver-400: #85C2C7;
  --silver-500: #62B1B7;
  --silver-600: #47949A;
  --silver-700: #38767A;
  --silver-800: #285457;
  --silver-900: #1A3638;
  --silver-950: #102223;
}
Generate More ShadesCreate PaletteConvert Color