Sky Blue

#51E7FB

Cyan

Color Codes

All color formats for development

HEX
#51E7FB
RGB
rgb(81, 231, 251)
HSL
hsl(187, 96%, 65%)
OKLCH
oklch(0.857 0.127 207.8)
CMYK
cmyk(68%, 8%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF6
300
#8CF0
400
#50E7
500
#1EE1
600
#04C3
700
#049B
800
#036F
900
#0247
950
#012C

Shades

Darker variations

1#30E3FB
2#0FDFFA
3#05C9E3
4#04ADC3
5#0390A2
6#037382
7#025661
8#013A41
9#011D20

Tints

Lighter variations

1#62EAFC
2#73ECFC
3#85EFFD
4#96F1FD
5#A8F3FD
6#B9F6FE
7#CBF8FE
8#DCFAFE
9#EEFDFF

Tones

Muted variations

1#59E1F3
2#61DAEA
3#6AD4E2
4#72CDD9
5#7BC7D1
6#83C0C8
7#8CB9BF
8#95B3B7
9#9DACAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF6
#BEF6FE
Secondary backgroundsInput backgroundsDividers
300
8CF0
#8CF0FD
BordersInactive statesPlaceholder text
400
50E7
#50E7FB
Disabled statesSecondary iconsMuted text
500
1EE1
#1EE1FA
Primary brand colorCTAsActive elementsLinks
600
04C3
#04C3DC
Hover statesFocus ringsPrimary buttons hover
700
049B
#049BAF
Active/pressed statesDark mode accentsSecondary text
800
036F
#036F7D
Text on light backgroundsHeadingsStrong borders
900
0247
#024750
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFF;
  --sky-blue-100: #DCFAFE;
  --sky-blue-200: #BEF6FE;
  --sky-blue-300: #8CF0FD;
  --sky-blue-400: #50E7FB;
  --sky-blue-500: #1EE1FA;
  --sky-blue-600: #04C3DC;
  --sky-blue-700: #049BAF;
  --sky-blue-800: #036F7D;
  --sky-blue-900: #024750;
  --sky-blue-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color