Sky Blue

#54BCF8

Blue

Color Codes

All color formats for development

HEX
#54BCF8
RGB
rgb(84, 188, 248)
HSL
hsl(202, 92%, 65%)
OKLCH
oklch(0.759 0.129 237.3)
CMYK
cmyk(66%, 24%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF2
200
#BFE6
300
#8ED3
400
#54BC
500
#23A8
600
#098C
700
#076F
800
#054F
900
#0333
950
#0220

Shades

Darker variations

1#34AFF7
2#14A3F5
3#0990DF
4#087CBF
5#07679F
6#05537F
7#043E5F
8#032940
9#011520

Tints

Lighter variations

1#65C2F9
2#76C9F9
3#87D0FA
4#98D7FB
5#A9DDFB
6#BAE4FC
7#CCEBFD
8#DDF2FE
9#EEF8FE

Tones

Muted variations

1#5CB9F0
2#64B7E7
3#6CB5DF
4#74B3D7
5#7DB1CF
6#85AFC7
7#8DACBE
8#95AAB6
9#9EA8AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF2
#DDF2FE
Light backgroundsTable row hoverSkeleton loading
200
BFE6
#BFE6FC
Secondary backgroundsInput backgroundsDividers
300
8ED3
#8ED3FA
BordersInactive statesPlaceholder text
400
54BC
#54BCF8
Disabled statesSecondary iconsMuted text
500
23A8
#23A8F6
Primary brand colorCTAsActive elementsLinks
600
098C
#098CD7
Hover statesFocus ringsPrimary buttons hover
700
076F
#076FAB
Active/pressed statesDark mode accentsSecondary text
800
054F
#054F7A
Text on light backgroundsHeadingsStrong borders
900
0333
#03334E
Primary textHigh emphasis contentDark headings
950
0220
#022031
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F9FE;
  --sky-blue-100: #DDF2FE;
  --sky-blue-200: #BFE6FC;
  --sky-blue-300: #8ED3FA;
  --sky-blue-400: #54BCF8;
  --sky-blue-500: #23A8F6;
  --sky-blue-600: #098CD7;
  --sky-blue-700: #076FAB;
  --sky-blue-800: #054F7A;
  --sky-blue-900: #03334E;
  --sky-blue-950: #022031;
}
Generate More ShadesCreate PaletteConvert Color