Sky Blue
#A5CDE4
BlueColor Codes
All color formats for development
HEX
#A5CDE4RGB
rgb(165, 205, 228)HSL
hsl(202, 54%, 77%)OKLCH
oklch(0.827 0.053 233.5)CMYK
cmyk(28%, 10%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86BCDB
2#68ABD2
3#4A9AC9
4#3687B5
5#2D7097
6#245A79
7#1B435B
8#122D3C
9#09161E
Tints
Lighter variations
1#AED2E7
2#B7D7E9
3#C0DCEC
4#C9E1EF
5#D2E6F2
6#DBEBF4
7#E4F0F7
8#EDF5FA
9#F6FAFC
Tones
Muted variations
1#A8CCE1
2#ABCBDE
3#AECADB
4#B1C9D7
5#B5C9D4
6#B8C8D1
7#BBC7CE
8#BEC6CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4F0F7;
--sky-blue-200: #CCE3F0;
--sky-blue-300: #A5CDE4;
--sky-blue-400: #76B3D6;
--sky-blue-500: #4E9DCA;
--sky-blue-600: #3480AD;
--sky-blue-700: #296689;
--sky-blue-800: #1D4962;
--sky-blue-900: #132F3F;
--sky-blue-950: #0C1D27;
}