Sky Blue

#8CE2FD

Cyan

Color Codes

All color formats for development

HEX
#8CE2FD
RGB
rgb(140, 226, 253)
HSL
hsl(194, 97%, 77%)
OKLCH
oklch(0.868 0.091 220)
CMYK
cmyk(45%, 11%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DCF6
200
#BEEF
300
#8BE3
400
#4FD4
500
#1DC8
600
#03AA
700
#0387
800
#0261
900
#013E
950
#0127

Shades

Darker variations

1#65D9FD
2#3ED0FC
3#17C6FB
4#04B3E8
5#0395C1
6#02779B
7#025974
8#013C4D
9#011E27

Tints

Lighter variations

1#97E6FD
2#A3E8FE
3#AEEBFE
4#BAEEFE
5#C5F1FE
6#D1F4FE
7#DCF7FE
8#E8F9FF
9#F3FCFF

Tones

Muted variations

1#91E0F8
2#97DDF2
3#9DDAEC
4#A2D7E6
5#A8D4E1
6#AED0DB
7#B3CDD5
8#B9CAD0
9#BFC7CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF6
#DCF6FE
Light backgroundsTable row hoverSkeleton loading
200
BEEF
#BEEFFE
Secondary backgroundsInput backgroundsDividers
300
8BE3
#8BE3FD
BordersInactive statesPlaceholder text
400
4FD4
#4FD4FC
Disabled statesSecondary iconsMuted text
500
1DC8
#1DC8FC
Primary brand colorCTAsActive elementsLinks
600
03AA
#03AADD
Hover statesFocus ringsPrimary buttons hover
700
0387
#0387B0
Active/pressed statesDark mode accentsSecondary text
800
0261
#02617E
Text on light backgroundsHeadingsStrong borders
900
013E
#013E50
Primary textHigh emphasis contentDark headings
950
0127
#012732
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FBFF;
  --sky-blue-100: #DCF6FE;
  --sky-blue-200: #BEEFFE;
  --sky-blue-300: #8BE3FD;
  --sky-blue-400: #4FD4FC;
  --sky-blue-500: #1DC8FC;
  --sky-blue-600: #03AADD;
  --sky-blue-700: #0387B0;
  --sky-blue-800: #02617E;
  --sky-blue-900: #013E50;
  --sky-blue-950: #012732;
}
Generate More ShadesCreate PaletteConvert Color