Sky Blue
#A5C4E4
BlueColor Codes
All color formats for development
HEX
#A5C4E4RGB
rgb(165, 196, 228)HSL
hsl(210, 54%, 77%)OKLCH
oklch(0.808 0.056 249.4)CMYK
cmyk(28%, 14%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86B1DB
2#689DD2
3#4A89C9
4#3676B5
5#2D6297
6#244F79
7#1B3B5B
8#12273C
9#09141E
Tints
Lighter variations
1#AECAE7
2#B7D0E9
3#C0D6EC
4#C9DCEF
5#D2E2F2
6#DBE8F4
7#E4EDF7
8#EDF3FA
9#F6F9FC
Tones
Muted variations
1#A8C4E1
2#ABC4DE
3#AEC4DB
4#B1C4D7
5#B5C4D4
6#B8C4D1
7#BBC4CE
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 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C4 #A5C4E4 | BordersInactive statesPlaceholder text |
| 400 | 76A6 #76A6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8C #4E8CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3470 #3470AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2959 #295989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1329 #13293F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EDF7;
--sky-blue-200: #CCDEF0;
--sky-blue-300: #A5C4E4;
--sky-blue-400: #76A6D6;
--sky-blue-500: #4E8CCA;
--sky-blue-600: #3470AD;
--sky-blue-700: #295989;
--sky-blue-800: #1D4062;
--sky-blue-900: #13293F;
--sky-blue-950: #0C1A27;
}