Sky Blue

#8CBEC0

Cyan

Color Codes

All color formats for development

HEX
#8CBEC0
RGB
rgb(140, 190, 192)
HSL
hsl(182, 29%, 65%)
OKLCH
oklch(0.767 0.052 199.2)
CMYK
cmyk(27%, 1%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.05:1

AA AAA

On Black Background

10.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F2
200
#D4E7
300
#B3D4
400
#8CBE
500
#6BAB
600
#508F
700
#3F71
800
#2D51
900
#1D34
950
#1220

Shades

Darker variations

1#76B2B4
2#61A6A8
3#529396
4#477E80
5#3B696B
6#2F5456
7#233F40
8#182A2B
9#0C1515

Tints

Lighter variations

1#97C4C6
2#A3CBCC
3#AED1D3
4#BAD8D9
5#C5DEDF
6#D1E5E6
7#DCEBEC
8#E8F2F2
9#F3F8F9

Tones

Muted variations

1#8EBBBD
2#91B9BA
3#94B7B8
4#96B4B5
5#99B2B3
6#9BAFB0
7#9EADAE
8#A1ABAB
9#A3A8A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F2
#E8F2F2
Light backgroundsTable row hoverSkeleton loading
200
D4E7
#D4E7E7
Secondary backgroundsInput backgroundsDividers
300
B3D4
#B3D4D5
BordersInactive statesPlaceholder text
400
8CBE
#8CBEC0
Disabled statesSecondary iconsMuted text
500
6BAB
#6BABAE
Primary brand colorCTAsActive elementsLinks
600
508F
#508F91
Hover statesFocus ringsPrimary buttons hover
700
3F71
#3F7173
Active/pressed statesDark mode accentsSecondary text
800
2D51
#2D5152
Text on light backgroundsHeadingsStrong borders
900
1D34
#1D3435
Primary textHigh emphasis contentDark headings
950
1220
#122021
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F9FA;
  --sky-blue-100: #E8F2F2;
  --sky-blue-200: #D4E7E7;
  --sky-blue-300: #B3D4D5;
  --sky-blue-400: #8CBEC0;
  --sky-blue-500: #6BABAE;
  --sky-blue-600: #508F91;
  --sky-blue-700: #3F7173;
  --sky-blue-800: #2D5152;
  --sky-blue-900: #1D3435;
  --sky-blue-950: #122021;
}
Generate More ShadesCreate PaletteConvert Color