Sky Blue
#A5BCE3
BlueColor Codes
All color formats for development
HEX
#A5BCE3RGB
rgb(165, 188, 227)HSL
hsl(218, 53%, 77%)OKLCH
oklch(0.791 0.061 260.9)CMYK
cmyk(27%, 17%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A6DA
2#698FD1
3#4B79C8
4#3765B4
5#2E5496
6#254378
7#1C335A
8#12223C
9#09111E
Tints
Lighter variations
1#AEC3E6
2#B7C9E9
3#C0D0EC
4#C9D7EE
5#D2DEF1
6#DBE4F4
7#E4EBF7
8#EDF2F9
9#F6F8FC
Tones
Muted variations
1#A8BDE0
2#ABBEDD
3#AFBFDA
4#B2BFD7
5#B5C0D4
6#B8C1D1
7#BBC2CE
8#BEC3CB
9#C1C4C7
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 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7C #4F7CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3560 #3560AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4D #2A4D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E37 #1E3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233E | 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: #CCD9EF;
--sky-blue-300: #A5BCE3;
--sky-blue-400: #7699D5;
--sky-blue-500: #4F7CC9;
--sky-blue-600: #3560AC;
--sky-blue-700: #2A4D89;
--sky-blue-800: #1E3762;
--sky-blue-900: #13233E;
--sky-blue-950: #0C1627;
}