Silver

#AFD3DA

Cyan

Color Codes

All color formats for development

HEX
#AFD3DA
RGB
rgb(175, 211, 218)
HSL
hsl(190, 37%, 77%)
OKLCH
oklch(0.843 0.039 210.7)
CMYK
cmyk(20%, 3%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E6
300
#AFD3
400
#85BC
500
#62A9
600
#478C
700
#386F
800
#284F
900
#1A33
950
#1020

Shades

Darker variations

1#94C4CE
2#79B5C1
3#5EA6B5
4#4A93A1
5#3E7A86
6#31626C
7#254951
8#193136
9#0C181B

Tints

Lighter variations

1#B7D7DE
2#BFDCE1
3#C7E0E5
4#CFE4E9
5#D7E9ED
6#DFEDF0
7#E7F2F4
8#EFF6F8
9#F7FBFB

Tones

Muted variations

1#B1D1D8
2#B3D0D6
3#B5CED4
4#B7CDD1
5#B9CCCF
6#BCCACD
7#BEC9CB
8#C0C7C9
9#C2C6C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E6
#D2E6EA
Secondary backgroundsInput backgroundsDividers
300
AFD3
#AFD3DA
BordersInactive statesPlaceholder text
400
85BC
#85BCC7
Disabled statesSecondary iconsMuted text
500
62A9
#62A9B7
Primary brand colorCTAsActive elementsLinks
600
478C
#478C9A
Hover statesFocus ringsPrimary buttons hover
700
386F
#386F7A
Active/pressed statesDark mode accentsSecondary text
800
284F
#284F57
Text on light backgroundsHeadingsStrong borders
900
1A33
#1A3338
Primary textHigh emphasis contentDark headings
950
1020
#102023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F9FA;
  --silver-100: #E7F2F4;
  --silver-200: #D2E6EA;
  --silver-300: #AFD3DA;
  --silver-400: #85BCC7;
  --silver-500: #62A9B7;
  --silver-600: #478C9A;
  --silver-700: #386F7A;
  --silver-800: #284F57;
  --silver-900: #1A3338;
  --silver-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color