Sky Blue
#A5C9E4
BlueColor Codes
All color formats for development
HEX
#A5C9E4RGB
rgb(165, 201, 228)HSL
hsl(206, 54%, 77%)OKLCH
oklch(0.819 0.054 240.7)CMYK
cmyk(28%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86B6DB
2#68A4D2
3#4A92C9
4#367EB5
5#2D6997
6#245479
7#1B3F5B
8#122A3C
9#09151E
Tints
Lighter variations
1#AECEE7
2#B7D3E9
3#C0D9EC
4#C9DEEF
5#D2E4F2
6#DBE9F4
7#E4EFF7
8#EDF4FA
9#F6FAFC
Tones
Muted variations
1#A8C8E1
2#ABC8DE
3#AEC7DB
4#B1C7D7
5#B5C6D4
6#B8C6D1
7#BBC6CE
8#BEC5CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EEF7;
--sky-blue-200: #CCE0F0;
--sky-blue-300: #A5C9E4;
--sky-blue-400: #76ACD6;
--sky-blue-500: #4E95CA;
--sky-blue-600: #3478AD;
--sky-blue-700: #296089;
--sky-blue-800: #1D4462;
--sky-blue-900: #132C3F;
--sky-blue-950: #0C1B27;
}