Sky Blue
#A5BFE4
BlueColor Codes
All color formats for development
HEX
#A5BFE4RGB
rgb(165, 191, 228)HSL
hsl(215, 54%, 77%)OKLCH
oklch(0.798 0.06 257.2)CMYK
cmyk(28%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86AADB
2#6894D2
3#4A7FC9
4#366BB5
5#2D5997
6#244779
7#1B365B
8#12243C
9#09121E
Tints
Lighter variations
1#AEC5E7
2#B7CCE9
3#C0D2EC
4#C9D9EF
5#D2DFF2
6#DBE5F4
7#E4ECF7
8#EDF2FA
9#F6F9FC
Tones
Muted variations
1#A8C0E1
2#ABC0DE
3#AEC1DB
4#B1C1D7
5#B5C2D4
6#B8C2D1
7#BBC3CE
8#BEC3CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BF #A5BFE4 | BordersInactive statesPlaceholder text |
| 400 | 769E #769ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E82 #4E82CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3466 #3466AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2951 #295189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1325 #13253F | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF7;
--sky-blue-200: #CCDBF0;
--sky-blue-300: #A5BFE4;
--sky-blue-400: #769ED6;
--sky-blue-500: #4E82CA;
--sky-blue-600: #3466AD;
--sky-blue-700: #295189;
--sky-blue-800: #1D3A62;
--sky-blue-900: #13253F;
--sky-blue-950: #0C1727;
}