Sky Blue
#A5C1E4
BlueColor Codes
All color formats for development
HEX
#A5C1E4RGB
rgb(165, 193, 228)HSL
hsl(213, 54%, 77%)OKLCH
oklch(0.802 0.058 254.2)CMYK
cmyk(28%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86ACDB
2#6898D2
3#4A83C9
4#366FB5
5#2D5D97
6#244A79
7#1B385B
8#12253C
9#09131E
Tints
Lighter variations
1#AEC7E7
2#B7CEE9
3#C0D4EC
4#C9DAEF
5#D2E0F2
6#DBE6F4
7#E4ECF7
8#EDF3FA
9#F6F9FC
Tones
Muted variations
1#A8C1E1
2#ABC2DE
3#AEC2DB
4#B1C2D7
5#B5C3D4
6#B8C3D1
7#BBC3CE
8#BEC4CB
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 | CCDC #CCDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E4 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E86 #4E86CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 346A #346AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2954 #295489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3C #1D3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273F | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | 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: #CCDCF0;
--sky-blue-300: #A5C1E4;
--sky-blue-400: #76A1D6;
--sky-blue-500: #4E86CA;
--sky-blue-600: #346AAD;
--sky-blue-700: #295489;
--sky-blue-800: #1D3C62;
--sky-blue-900: #13273F;
--sky-blue-950: #0C1827;
}