Sky Blue

#8CB9C0

Cyan

Color Codes

All color formats for development

HEX
#8CB9C0
RGB
rgb(140, 185, 192)
HSL
hsl(188, 29%, 65%)
OKLCH
oklch(0.756 0.049 208)
CMYK
cmyk(27%, 4%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D4E5
300
#B3D1
400
#8CB9
500
#6BA5
600
#5088
700
#3F6C
800
#2D4D
900
#1D31
950
#121F

Shades

Darker variations

1#76ACB4
2#619FA8
3#528D96
4#477980
5#3B646B
6#2F5056
7#233C40
8#18282B
9#0C1415

Tints

Lighter variations

1#97C0C6
2#A3C7CC
3#AECED3
4#BAD5D9
5#C5DCDF
6#D1E3E6
7#DCEAEC
8#E8F1F2
9#F3F8F9

Tones

Muted variations

1#8EB7BD
2#91B5BA
3#94B3B8
4#96B1B5
5#99AFB3
6#9BADB0
7#9EABAE
8#A1AAAB
9#A3A8A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D4E5
#D4E5E7
Secondary backgroundsInput backgroundsDividers
300
B3D1
#B3D1D5
BordersInactive statesPlaceholder text
400
8CB9
#8CB9C0
Disabled statesSecondary iconsMuted text
500
6BA5
#6BA5AE
Primary brand colorCTAsActive elementsLinks
600
5088
#508891
Hover statesFocus ringsPrimary buttons hover
700
3F6C
#3F6C73
Active/pressed statesDark mode accentsSecondary text
800
2D4D
#2D4D52
Text on light backgroundsHeadingsStrong borders
900
1D31
#1D3135
Primary textHigh emphasis contentDark headings
950
121F
#121F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F9FA;
  --sky-blue-100: #E8F1F2;
  --sky-blue-200: #D4E5E7;
  --sky-blue-300: #B3D1D5;
  --sky-blue-400: #8CB9C0;
  --sky-blue-500: #6BA5AE;
  --sky-blue-600: #508891;
  --sky-blue-700: #3F6C73;
  --sky-blue-800: #2D4D52;
  --sky-blue-900: #1D3135;
  --sky-blue-950: #121F21;
}
Generate More ShadesCreate PaletteConvert Color