Sky Blue
#A5B9E3
BlueColor Codes
All color formats for development
HEX
#A5B9E3RGB
rgb(165, 185, 227)HSL
hsl(221, 53%, 77%)OKLCH
oklch(0.785 0.064 265)CMYK
cmyk(27%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A2DA
2#698AD1
3#4B73C8
4#375FB4
5#2E4F96
6#253F78
7#1C2F5A
8#12203C
9#09101E
Tints
Lighter variations
1#AEC0E6
2#B7C7E9
3#C0CEEC
4#C9D5EE
5#D2DCF1
6#DBE3F4
7#E4EAF7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A8BAE0
2#ABBBDD
3#AFBCDA
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 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F76 #4F76C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355A #355AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A48 #2A4889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E33 #1E3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213E | 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: #CCD7EF;
--sky-blue-300: #A5B9E3;
--sky-blue-400: #7694D5;
--sky-blue-500: #4F76C9;
--sky-blue-600: #355AAC;
--sky-blue-700: #2A4889;
--sky-blue-800: #1E3362;
--sky-blue-900: #13213E;
--sky-blue-950: #0C1527;
}