Sky Blue
#A5B9E4
BlueColor Codes
All color formats for development
HEX
#A5B9E4RGB
rgb(165, 185, 228)HSL
hsl(221, 54%, 77%)OKLCH
oklch(0.785 0.065 265.4)CMYK
cmyk(28%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86A1DB
2#688AD2
3#4A72C9
4#365EB5
5#2D4F97
6#243F79
7#1B2F5B
8#121F3C
9#09101E
Tints
Lighter variations
1#AEC0E7
2#B7C7E9
3#C0CEEC
4#C9D5EF
5#D2DCF2
6#DBE3F4
7#E4EAF7
8#EDF1FA
9#F6F8FC
Tones
Muted variations
1#A8BAE1
2#ABBBDE
3#AEBCDB
4#B1BDD7
5#B5BFD4
6#B8C0D1
7#BBC1CE
8#BEC2CB
9#C1C3C8
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 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | 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: #CCD7F0;
--sky-blue-300: #A5B9E4;
--sky-blue-400: #7694D6;
--sky-blue-500: #4E76CA;
--sky-blue-600: #345AAD;
--sky-blue-700: #294889;
--sky-blue-800: #1D3362;
--sky-blue-900: #13213F;
--sky-blue-950: #0C1427;
}