Sky Blue

#50E2FB

Cyan

Color Codes

All color formats for development

HEX
#50E2FB
RGB
rgb(80, 226, 251)
HSL
hsl(189, 96%, 65%)
OKLCH
oklch(0.845 0.126 211.2)
CMYK
cmyk(68%, 10%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF9
200
#BEF4
300
#8CEC
400
#50E2
500
#1ED9
600
#04BC
700
#0495
800
#036B
900
#0244
950
#012B

Shades

Darker variations

1#30DCFB
2#0FD7FA
3#05C2E3
4#04A6C3
5#038BA2
6#036F82
7#025361
8#013741
9#011C20

Tints

Lighter variations

1#62E5FC
2#73E8FC
3#85EBFD
4#96EDFD
5#A8F0FD
6#B9F3FE
7#CBF6FE
8#DCF9FE
9#EEFCFF

Tones

Muted variations

1#59DCF3
2#61D6EA
3#6AD0E2
4#72CAD9
5#7BC4D1
6#83BEC8
7#8CB8BF
8#95B2B7
9#9DACAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF9
#DCF9FE
Light backgroundsTable row hoverSkeleton loading
200
BEF4
#BEF4FE
Secondary backgroundsInput backgroundsDividers
300
8CEC
#8CECFD
BordersInactive statesPlaceholder text
400
50E2
#50E2FB
Disabled statesSecondary iconsMuted text
500
1ED9
#1ED9FA
Primary brand colorCTAsActive elementsLinks
600
04BC
#04BCDC
Hover statesFocus ringsPrimary buttons hover
700
0495
#0495AF
Active/pressed statesDark mode accentsSecondary text
800
036B
#036B7D
Text on light backgroundsHeadingsStrong borders
900
0244
#024450
Primary textHigh emphasis contentDark headings
950
012B
#012B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FCFF;
  --sky-blue-100: #DCF9FE;
  --sky-blue-200: #BEF4FE;
  --sky-blue-300: #8CECFD;
  --sky-blue-400: #50E2FB;
  --sky-blue-500: #1ED9FA;
  --sky-blue-600: #04BCDC;
  --sky-blue-700: #0495AF;
  --sky-blue-800: #036B7D;
  --sky-blue-900: #024450;
  --sky-blue-950: #012B32;
}
Generate More ShadesCreate PaletteConvert Color