Sky Blue
#A5BCE4
BlueColor Codes
All color formats for development
HEX
#A5BCE4RGB
rgb(165, 188, 228)HSL
hsl(218, 54%, 77%)OKLCH
oklch(0.792 0.063 261.5)CMYK
cmyk(28%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86A5DB
2#688FD2
3#4A79C9
4#3665B5
5#2D5497
6#244379
7#1B325B
8#12223C
9#09111E
Tints
Lighter variations
1#AEC3E7
2#B7C9E9
3#C0D0EC
4#C9D7EF
5#D2DDF2
6#DBE4F4
7#E4EBF7
8#EDF2FA
9#F6F8FC
Tones
Muted variations
1#A8BDE1
2#ABBEDE
3#AEBEDB
4#B1BFD7
5#B5C0D4
6#B8C1D1
7#BBC2CE
8#BEC3CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE4 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7C #4E7CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3460 #3460AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294C #294C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D37 #1D3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EBF7;
--sky-blue-200: #CCD9F0;
--sky-blue-300: #A5BCE4;
--sky-blue-400: #7699D6;
--sky-blue-500: #4E7CCA;
--sky-blue-600: #3460AD;
--sky-blue-700: #294C89;
--sky-blue-800: #1D3762;
--sky-blue-900: #13233F;
--sky-blue-950: #0C1627;
}