Sky Blue
#A4D8E5
CyanColor Codes
All color formats for development
HEX
#A4D8E5RGB
rgb(164, 216, 229)HSL
hsl(192, 56%, 77%)OKLCH
oklch(0.85 0.057 214.8)CMYK
cmyk(28%, 6%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85CBDD
2#66BED4
3#48B1CB
4#349DB8
5#2B8399
6#23697B
7#1A4F5C
8#11343D
9#091A1F
Tints
Lighter variations
1#ADDCE8
2#B6E0EA
3#BFE4ED
4#C8E8F0
5#D1ECF2
6#DAEFF5
7#E4F3F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A7D6E2
2#AAD4DF
3#ADD2DB
4#B1D0D8
5#B4CED5
6#B7CCD1
7#BACACE
8#BEC8CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F7;
--sky-blue-200: #CBE9F0;
--sky-blue-300: #A4D8E5;
--sky-blue-400: #74C4D8;
--sky-blue-500: #4CB3CD;
--sky-blue-600: #3196AF;
--sky-blue-700: #27778B;
--sky-blue-800: #1C5563;
--sky-blue-900: #123740;
--sky-blue-950: #0B2228;
}