Sky Blue

#54E2F8

Cyan

Color Codes

All color formats for development

HEX
#54E2F8
RGB
rgb(84, 226, 248)
HSL
hsl(188, 92%, 65%)
OKLCH
oklch(0.845 0.123 209.6)
CMYK
cmyk(66%, 9%, 0%, 3%)

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
#F0FD
100
#DDF9
200
#BFF4
300
#8EEC
400
#54E2
500
#23DA
600
#09BC
700
#0795
800
#056B
900
#0344
950
#022B

Shades

Darker variations

1#34DDF7
2#14D7F5
3#09C2DF
4#08A7BF
5#078B9F
6#056F7F
7#04535F
8#033840
9#011C20

Tints

Lighter variations

1#65E5F9
2#76E8F9
3#87EBFA
4#98EEFB
5#A9F0FB
6#BAF3FC
7#CCF6FD
8#DDF9FE
9#EEFCFE

Tones

Muted variations

1#5CDCF0
2#64D6E7
3#6CD0DF
4#74CAD7
5#7DC4CF
6#85BEC7
7#8DB8BE
8#95B2B6
9#9EACAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF9
#DDF9FE
Light backgroundsTable row hoverSkeleton loading
200
BFF4
#BFF4FC
Secondary backgroundsInput backgroundsDividers
300
8EEC
#8EECFA
BordersInactive statesPlaceholder text
400
54E2
#54E2F8
Disabled statesSecondary iconsMuted text
500
23DA
#23DAF6
Primary brand colorCTAsActive elementsLinks
600
09BC
#09BCD7
Hover statesFocus ringsPrimary buttons hover
700
0795
#0795AB
Active/pressed statesDark mode accentsSecondary text
800
056B
#056B7A
Text on light backgroundsHeadingsStrong borders
900
0344
#03444E
Primary textHigh emphasis contentDark headings
950
022B
#022B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFE;
  --sky-blue-100: #DDF9FE;
  --sky-blue-200: #BFF4FC;
  --sky-blue-300: #8EECFA;
  --sky-blue-400: #54E2F8;
  --sky-blue-500: #23DAF6;
  --sky-blue-600: #09BCD7;
  --sky-blue-700: #0795AB;
  --sky-blue-800: #056B7A;
  --sky-blue-900: #03444E;
  --sky-blue-950: #022B31;
}
Generate More ShadesCreate PaletteConvert Color