Sky Blue

#7EAFCD

Blue

Color Codes

All color formats for development

HEX
#7EAFCD
RGB
rgb(126, 175, 205)
HSL
hsl(203, 44%, 65%)
OKLCH
oklch(0.73 0.068 235.8)
CMYK
cmyk(39%, 15%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EF
200
#CFE1
300
#ABCA
400
#7EAF
500
#5A98
600
#3F7C
700
#3262
800
#2446
900
#172D
950
#0E1C

Shades

Darker variations

1#67A0C4
2#4F91BA
3#4180A7
4#386E8F
5#2E5B77
6#25495F
7#1C3748
8#132530
9#091218

Tints

Lighter variations

1#8BB7D2
2#98BFD7
3#A5C7DC
4#B2CFE1
5#BFD7E6
6#CCDFEB
7#D8E7F0
8#E5EFF5
9#F2F7FA

Tones

Muted variations

1#82AEC9
2#86ADC5
3#8AACC1
4#8EABBD
5#92AAB9
6#96A9B5
7#9AA8B2
8#9EA8AE
9#A2A7AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EF
#E5EFF5
Light backgroundsTable row hoverSkeleton loading
200
CFE1
#CFE1EC
Secondary backgroundsInput backgroundsDividers
300
ABCA
#ABCADE
BordersInactive statesPlaceholder text
400
7EAF
#7EAFCD
Disabled statesSecondary iconsMuted text
500
5A98
#5A98BF
Primary brand colorCTAsActive elementsLinks
600
3F7C
#3F7CA2
Hover statesFocus ringsPrimary buttons hover
700
3262
#326281
Active/pressed statesDark mode accentsSecondary text
800
2446
#24465C
Text on light backgroundsHeadingsStrong borders
900
172D
#172D3B
Primary textHigh emphasis contentDark headings
950
0E1C
#0E1C25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F8FB;
  --sky-blue-100: #E5EFF5;
  --sky-blue-200: #CFE1EC;
  --sky-blue-300: #ABCADE;
  --sky-blue-400: #7EAFCD;
  --sky-blue-500: #5A98BF;
  --sky-blue-600: #3F7CA2;
  --sky-blue-700: #326281;
  --sky-blue-800: #24465C;
  --sky-blue-900: #172D3B;
  --sky-blue-950: #0E1C25;
}
Generate More ShadesCreate PaletteConvert Color