Sky Blue

#8EB9BE

Cyan

Color Codes

All color formats for development

HEX
#8EB9BE
RGB
rgb(142, 185, 190)
HSL
hsl(186, 27%, 65%)
OKLCH
oklch(0.757 0.046 205.1)
CMYK
cmyk(25%, 3%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D5E5
300
#B5D1
400
#8EB9
500
#6DA5
600
#5288
700
#416D
800
#2F4E
900
#1E32
950
#131F

Shades

Darker variations

1#79ACB2
2#649FA6
3#558D93
4#49797E
5#3C6569
6#305154
7#243C3F
8#18282A
9#0C1415

Tints

Lighter variations

1#99C0C4
2#A4C7CB
3#B0CED1
4#BBD5D8
5#C6DCDE
6#D2E3E5
7#DDEAEB
8#E8F1F2
9#F4F8F8

Tones

Muted variations

1#90B7BB
2#92B5B9
3#95B3B7
4#97B1B4
5#9AAFB2
6#9CADAF
7#9FACAD
8#A1AAAB
9#A3A8A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D5E5
#D5E5E7
Secondary backgroundsInput backgroundsDividers
300
B5D1
#B5D1D4
BordersInactive statesPlaceholder text
400
8EB9
#8EB9BE
Disabled statesSecondary iconsMuted text
500
6DA5
#6DA5AB
Primary brand colorCTAsActive elementsLinks
600
5288
#52888E
Hover statesFocus ringsPrimary buttons hover
700
416D
#416D71
Active/pressed statesDark mode accentsSecondary text
800
2F4E
#2F4E51
Text on light backgroundsHeadingsStrong borders
900
1E32
#1E3234
Primary textHigh emphasis contentDark headings
950
131F
#131F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F5F9F9;
  --sky-blue-100: #E8F1F2;
  --sky-blue-200: #D5E5E7;
  --sky-blue-300: #B5D1D4;
  --sky-blue-400: #8EB9BE;
  --sky-blue-500: #6DA5AB;
  --sky-blue-600: #52888E;
  --sky-blue-700: #416D71;
  --sky-blue-800: #2F4E51;
  --sky-blue-900: #1E3234;
  --sky-blue-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color