Sky Blue

#7EBACE

Blue

Color Codes

All color formats for development

HEX
#7EBACE
RGB
rgb(126, 186, 206)
HSL
hsl(195, 45%, 65%)
OKLCH
oklch(0.755 0.068 220.8)
CMYK
cmyk(39%, 10%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#CFE5
300
#AAD2
400
#7EBA
500
#59A6
600
#3E89
700
#316D
800
#234E
900
#1632
950
#0E1F

Shades

Darker variations

1#66ADC5
2#4EA0BC
3#408EA8
4#377A90
5#2E6678
6#245160
7#1B3D48
8#122930
9#091418

Tints

Lighter variations

1#8BC1D3
2#97C8D8
3#A4CFDD
4#B1D5E2
5#BEDCE6
6#CBE3EB
7#D8EAF0
8#E5F1F5
9#F2F8FA

Tones

Muted variations

1#82B8CA
2#86B6C6
3#8AB4C2
4#8EB2BE
5#92B0BA
6#96AEB6
7#9AACB2
8#9EAAAE
9#A2A8AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F5
Light backgroundsTable row hoverSkeleton loading
200
CFE5
#CFE5ED
Secondary backgroundsInput backgroundsDividers
300
AAD2
#AAD2DF
BordersInactive statesPlaceholder text
400
7EBA
#7EBACE
Disabled statesSecondary iconsMuted text
500
59A6
#59A6C0
Primary brand colorCTAsActive elementsLinks
600
3E89
#3E89A3
Hover statesFocus ringsPrimary buttons hover
700
316D
#316D81
Active/pressed statesDark mode accentsSecondary text
800
234E
#234E5C
Text on light backgroundsHeadingsStrong borders
900
1632
#16323B
Primary textHigh emphasis contentDark headings
950
0E1F
#0E1F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F9FB;
  --sky-blue-100: #E5F1F5;
  --sky-blue-200: #CFE5ED;
  --sky-blue-300: #AAD2DF;
  --sky-blue-400: #7EBACE;
  --sky-blue-500: #59A6C0;
  --sky-blue-600: #3E89A3;
  --sky-blue-700: #316D81;
  --sky-blue-800: #234E5C;
  --sky-blue-900: #16323B;
  --sky-blue-950: #0E1F25;
}
Generate More ShadesCreate PaletteConvert Color