Sky Blue
#A4D7E5
CyanColor Codes
All color formats for development
HEX
#A4D7E5RGB
rgb(164, 215, 229)HSL
hsl(193, 56%, 77%)OKLCH
oklch(0.848 0.056 216.5)CMYK
cmyk(28%, 6%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85CADD
2#66BCD4
3#48AFCB
4#349BB8
5#2B8199
6#23677B
7#1A4E5C
8#11343D
9#091A1F
Tints
Lighter variations
1#ADDBE8
2#B6DFEA
3#BFE3ED
4#C8E7F0
5#D1EBF2
6#DAEFF5
7#E4F3F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A7D5E2
2#AAD3DF
3#ADD1DB
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #CBE8F0;
--sky-blue-300: #A4D7E5;
--sky-blue-400: #74C2D8;
--sky-blue-500: #4CB1CD;
--sky-blue-600: #3194AF;
--sky-blue-700: #27768B;
--sky-blue-800: #1C5463;
--sky-blue-900: #123640;
--sky-blue-950: #0B2228;
}