Sky Blue
#A5B0E4
BlueColor Codes
All color formats for development
HEX
#A5B0E4RGB
rgb(165, 176, 228)HSL
hsl(230, 54%, 77%)OKLCH
oklch(0.767 0.076 275.2)CMYK
cmyk(28%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8695DB
2#687AD2
3#4A5FC9
4#364BB5
5#2D3F97
6#243279
7#1B265B
8#12193C
9#090D1E
Tints
Lighter variations
1#AEB7E7
2#B7BFE9
3#C0C7EC
4#C9CFEF
5#D2D7F2
6#DBDFF4
7#E4E7F7
8#EDEFFA
9#F6F7FC
Tones
Muted variations
1#A8B1E1
2#ABB3DE
3#AEB6DB
4#B1B8D7
5#B5BAD4
6#B8BCD1
7#BBBECE
8#BEC0CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE4 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E63 #4E63CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3448 #3448AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2939 #293989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D29 #1D2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E7F7;
--sky-blue-200: #CCD2F0;
--sky-blue-300: #A5AFE4;
--sky-blue-400: #7686D6;
--sky-blue-500: #4E63CA;
--sky-blue-600: #3448AD;
--sky-blue-700: #293989;
--sky-blue-800: #1D2962;
--sky-blue-900: #131A3F;
--sky-blue-950: #0C1027;
}