Sky Blue
#A4B7E5
BlueColor Codes
All color formats for development
HEX
#A4B7E5RGB
rgb(164, 183, 229)HSL
hsl(222, 56%, 77%)OKLCH
oklch(0.781 0.069 267.3)CMYK
cmyk(28%, 20%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#859FDD
2#6687D4
3#486FCB
4#345BB8
5#2B4C99
6#233D7B
7#1A2E5C
8#111E3D
9#090F1F
Tints
Lighter variations
1#ADBEE8
2#B6C6EA
3#BFCDED
4#C8D4F0
5#D1DBF2
6#DAE2F5
7#E4E9F7
8#EDF1FA
9#F6F8FC
Tones
Muted variations
1#A7B9E2
2#AABADF
3#ADBBDB
4#B1BCD8
5#B4BED5
6#B7BFD1
7#BAC0CE
8#BEC2CB
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3E9F7;
--sky-blue-200: #CBD6F0;
--sky-blue-300: #A4B7E5;
--sky-blue-400: #7492D8;
--sky-blue-500: #4C73CD;
--sky-blue-600: #3157AF;
--sky-blue-700: #27458B;
--sky-blue-800: #1C3163;
--sky-blue-900: #122040;
--sky-blue-950: #0B1428;
}