Sky Blue

#8CABC0

Blue

Color Codes

All color formats for development

HEX
#8CABC0
RGB
rgb(140, 171, 192)
HSL
hsl(204, 29%, 65%)
OKLCH
oklch(0.725 0.046 237.9)
CMYK
cmyk(27%, 11%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D4E0
300
#B3C8
400
#8CAB
500
#6B93
600
#5077
700
#3F5E
800
#2D43
900
#1D2B
950
#121B

Shades

Darker variations

1#769BB4
2#618CA8
3#527B96
4#476980
5#3B586B
6#2F4656
7#233540
8#18232B
9#0C1215

Tints

Lighter variations

1#97B3C6
2#A3BCCC
3#AEC4D3
4#BACDD9
5#C5D5DF
6#D1DDE6
7#DCE6EC
8#E8EEF2
9#F3F7F9

Tones

Muted variations

1#8EAABD
2#91AABA
3#94A9B8
4#96A9B5
5#99A8B3
6#9BA8B0
7#9EA7AE
8#A1A7AB
9#A3A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D4E0
#D4E0E7
Secondary backgroundsInput backgroundsDividers
300
B3C8
#B3C8D5
BordersInactive statesPlaceholder text
400
8CAB
#8CABC0
Disabled statesSecondary iconsMuted text
500
6B93
#6B93AE
Primary brand colorCTAsActive elementsLinks
600
5077
#507791
Hover statesFocus ringsPrimary buttons hover
700
3F5E
#3F5E73
Active/pressed statesDark mode accentsSecondary text
800
2D43
#2D4352
Text on light backgroundsHeadingsStrong borders
900
1D2B
#1D2B35
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F8FA;
  --sky-blue-100: #E8EEF2;
  --sky-blue-200: #D4E0E7;
  --sky-blue-300: #B3C8D5;
  --sky-blue-400: #8CABC0;
  --sky-blue-500: #6B93AE;
  --sky-blue-600: #507791;
  --sky-blue-700: #3F5E73;
  --sky-blue-800: #2D4352;
  --sky-blue-900: #1D2B35;
  --sky-blue-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color