Sky Blue

#54DAF8

Cyan

Color Codes

All color formats for development

HEX
#54DAF8
RGB
rgb(84, 218, 248)
HSL
hsl(191, 92%, 65%)
OKLCH
oklch(0.827 0.122 215.4)
CMYK
cmyk(66%, 12%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DDF8
200
#BFF1
300
#8EE7
400
#54DA
500
#23CF
600
#09B2
700
#078D
800
#0565
900
#0341
950
#0228

Shades

Darker variations

1#34D3F7
2#14CCF5
3#09B8DF
4#089DBF
5#07839F
6#05697F
7#044F5F
8#033440
9#011A20

Tints

Lighter variations

1#65DDF9
2#76E1F9
3#87E5FA
4#98E9FB
5#A9ECFB
6#BAF0FC
7#CCF4FD
8#DDF8FE
9#EEFBFE

Tones

Muted variations

1#5CD5F0
2#64CFE7
3#6CCADF
4#74C5D7
5#7DC0CF
6#85BBC7
7#8DB5BE
8#95B0B6
9#9EABAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FE
Light backgroundsTable row hoverSkeleton loading
200
BFF1
#BFF1FC
Secondary backgroundsInput backgroundsDividers
300
8EE7
#8EE7FA
BordersInactive statesPlaceholder text
400
54DA
#54DAF8
Disabled statesSecondary iconsMuted text
500
23CF
#23CFF6
Primary brand colorCTAsActive elementsLinks
600
09B2
#09B2D7
Hover statesFocus ringsPrimary buttons hover
700
078D
#078DAB
Active/pressed statesDark mode accentsSecondary text
800
0565
#05657A
Text on light backgroundsHeadingsStrong borders
900
0341
#03414E
Primary textHigh emphasis contentDark headings
950
0228
#022831
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FCFE;
  --sky-blue-100: #DDF8FE;
  --sky-blue-200: #BFF1FC;
  --sky-blue-300: #8EE7FA;
  --sky-blue-400: #54DAF8;
  --sky-blue-500: #23CFF6;
  --sky-blue-600: #09B2D7;
  --sky-blue-700: #078DAB;
  --sky-blue-800: #05657A;
  --sky-blue-900: #03414E;
  --sky-blue-950: #022831;
}
Generate More ShadesCreate PaletteConvert Color