Sky Blue
#A5D5E4
CyanColor Codes
All color formats for development
HEX
#A5D5E4RGB
rgb(165, 213, 228)HSL
hsl(194, 54%, 77%)OKLCH
oklch(0.844 0.054 218.9)CMYK
cmyk(28%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86C7DB
2#68B9D2
3#4AABC9
4#3698B5
5#2D7E97
6#246579
7#1B4C5B
8#12333C
9#09191E
Tints
Lighter variations
1#AED9E7
2#B7DEE9
3#C0E2EC
4#C9E6EF
5#D2EAF2
6#DBEEF4
7#E4F2F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A8D4E1
2#ABD2DE
3#AED0DB
4#B1CED7
5#B5CDD4
6#B8CBD1
7#BBC9CE
8#BEC8CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E4 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAD #4EADCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3491 #3491AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2973 #297389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D52 #1D5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F2F7;
--sky-blue-200: #CCE7F0;
--sky-blue-300: #A5D5E4;
--sky-blue-400: #76BFD6;
--sky-blue-500: #4EADCA;
--sky-blue-600: #3491AD;
--sky-blue-700: #297389;
--sky-blue-800: #1D5262;
--sky-blue-900: #13353F;
--sky-blue-950: #0C2127;
}