Sky Blue
#A4D4E5
BlueColor Codes
All color formats for development
HEX
#A4D4E5RGB
rgb(164, 212, 229)HSL
hsl(196, 56%, 77%)OKLCH
oklch(0.842 0.055 221.6)CMYK
cmyk(28%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85C5DD
2#66B7D4
3#48A8CB
4#3495B8
5#2B7C99
6#23637B
7#1A4A5C
8#11323D
9#09191F
Tints
Lighter variations
1#ADD8E8
2#B6DCEA
3#BFE1ED
4#C8E5F0
5#D1E9F2
6#DAEEF5
7#E4F2F7
8#EDF6FA
9#F6FBFC
Tones
Muted variations
1#A7D2E2
2#AAD1DF
3#ADCFDB
4#B1CED8
5#B4CCD5
6#B7CAD1
7#BAC9CE
8#BEC7CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 74BD #74BDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAA #4CAACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 318E #318EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2771 #27718B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C50 #1C5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F7;
--sky-blue-200: #CBE7F0;
--sky-blue-300: #A4D4E5;
--sky-blue-400: #74BDD8;
--sky-blue-500: #4CAACD;
--sky-blue-600: #318EAF;
--sky-blue-700: #27718B;
--sky-blue-800: #1C5063;
--sky-blue-900: #123340;
--sky-blue-950: #0B2028;
}