Sky Blue
#A4C9E5
BlueColor Codes
All color formats for development
HEX
#A4C9E5RGB
rgb(164, 201, 229)HSL
hsl(206, 56%, 77%)OKLCH
oklch(0.818 0.056 241)CMYK
cmyk(28%, 12%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85B7DD
2#66A4D4
3#4892CB
4#347FB8
5#2B6A99
6#23547B
7#1A3F5C
8#112A3D
9#09151F
Tints
Lighter variations
1#ADCEE8
2#B6D4EA
3#BFD9ED
4#C8DEF0
5#D1E4F2
6#DAE9F5
7#E4EFF7
8#EDF4FA
9#F6FAFC
Tones
Muted variations
1#A7C8E2
2#AAC8DF
3#ADC7DB
4#B1C7D8
5#B4C7D5
6#B7C6D1
7#BAC6CE
8#BEC5CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 74AC #74ACD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C95 #4C95CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3179 #3179AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2760 #27608B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C45 #1C4563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF7;
--sky-blue-200: #CBE0F0;
--sky-blue-300: #A4C9E5;
--sky-blue-400: #74ACD8;
--sky-blue-500: #4C95CD;
--sky-blue-600: #3179AF;
--sky-blue-700: #27608B;
--sky-blue-800: #1C4563;
--sky-blue-900: #122C40;
--sky-blue-950: #0B1B28;
}