Sky Blue
#A5C1E3
BlueColor Codes
All color formats for development
HEX
#A5C1E3RGB
rgb(165, 193, 227)HSL
hsl(213, 53%, 77%)OKLCH
oklch(0.802 0.057 253.5)CMYK
cmyk(27%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87ADDA
2#6998D1
3#4B83C8
4#3770B4
5#2E5D96
6#254A78
7#1C385A
8#12253C
9#09131E
Tints
Lighter variations
1#AEC7E6
2#B7CEE9
3#C0D4EC
4#C9DAEE
5#D2E0F1
6#DBE6F4
7#E4ECF7
8#EDF3F9
9#F6F9FC
Tones
Muted variations
1#A8C2E0
2#ABC2DD
3#AFC2DA
4#B2C2D7
5#B5C3D4
6#B8C3D1
7#BBC3CE
8#BEC4CB
9#C1C4C7
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 #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E3 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F86 #4F86C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356A #356AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A55 #2A5589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3C #1E3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | 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: #CCDCEF;
--sky-blue-300: #A5C1E3;
--sky-blue-400: #76A1D5;
--sky-blue-500: #4F86C9;
--sky-blue-600: #356AAC;
--sky-blue-700: #2A5589;
--sky-blue-800: #1E3C62;
--sky-blue-900: #13273E;
--sky-blue-950: #0C1827;
}