Sky Blue
#A5BAE3
BlueColor Codes
All color formats for development
HEX
#A5BAE3RGB
rgb(165, 186, 227)HSL
hsl(220, 53%, 77%)OKLCH
oklch(0.787 0.063 263.7)CMYK
cmyk(27%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A3DA
2#698CD1
3#4B75C8
4#3761B4
5#2E5196
6#254178
7#1C305A
8#12203C
9#09101E
Tints
Lighter variations
1#AEC1E6
2#B7C8E9
3#C0CFEC
4#C9D6EE
5#D2DCF1
6#DBE3F4
7#E4EAF7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A8BBE0
2#ABBCDD
3#AFBDDA
4#B2BED7
5#B5BFD4
6#B8C0D1
7#BBC1CE
8#BEC2CB
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD8 #CCD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BA #A5BAE3 | BordersInactive statesPlaceholder text |
| 400 | 7696 #7696D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F78 #4F78C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355C #355CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A49 #2A4989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E34 #1E3462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EAF7;
--sky-blue-200: #CCD8EF;
--sky-blue-300: #A5BAE3;
--sky-blue-400: #7696D5;
--sky-blue-500: #4F78C9;
--sky-blue-600: #355CAC;
--sky-blue-700: #2A4989;
--sky-blue-800: #1E3462;
--sky-blue-900: #13223E;
--sky-blue-950: #0C1527;
}