Sky Blue

#53CCF9

Blue

Color Codes

All color formats for development

HEX
#53CCF9
RGB
rgb(83, 204, 249)
HSL
hsl(196, 93%, 65%)
OKLCH
oklch(0.795 0.124 226.3)
CMYK
cmyk(67%, 18%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF5
200
#BFEC
300
#8EDE
400
#53CC
500
#22BE
600
#08A1
700
#0680
800
#045B
900
#033B
950
#0225

Shades

Darker variations

1#33C3F8
2#13BAF6
3#08A6E0
4#078FC0
5#0677A0
6#055F80
7#034760
8#023040
9#011820

Tints

Lighter variations

1#64D2F9
2#75D7FA
3#86DCFB
4#98E1FB
5#A9E6FC
6#BAEBFD
7#CBF0FD
8#DDF5FE
9#EEFAFE

Tones

Muted variations

1#5BC9F0
2#63C5E8
3#6CC1E0
4#74BDD8
5#7CB9CF
6#85B5C7
7#8DB1BF
8#95ADB6
9#9DAAAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF5
#DDF5FE
Light backgroundsTable row hoverSkeleton loading
200
BFEC
#BFECFD
Secondary backgroundsInput backgroundsDividers
300
8EDE
#8EDEFB
BordersInactive statesPlaceholder text
400
53CC
#53CCF9
Disabled statesSecondary iconsMuted text
500
22BE
#22BEF7
Primary brand colorCTAsActive elementsLinks
600
08A1
#08A1D9
Hover statesFocus ringsPrimary buttons hover
700
0680
#0680AC
Active/pressed statesDark mode accentsSecondary text
800
045B
#045B7B
Text on light backgroundsHeadingsStrong borders
900
033B
#033B4F
Primary textHigh emphasis contentDark headings
950
0225
#022531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FBFE;
  --sky-blue-100: #DDF5FE;
  --sky-blue-200: #BFECFD;
  --sky-blue-300: #8EDEFB;
  --sky-blue-400: #53CCF9;
  --sky-blue-500: #22BEF7;
  --sky-blue-600: #08A1D9;
  --sky-blue-700: #0680AC;
  --sky-blue-800: #045B7B;
  --sky-blue-900: #033B4F;
  --sky-blue-950: #022531;
}
Generate More ShadesCreate PaletteConvert Color