Sky Blue
#A5D8E3
CyanColor Codes
All color formats for development
HEX
#A5D8E3RGB
rgb(165, 216, 227)HSL
hsl(191, 53%, 77%)OKLCH
oklch(0.85 0.055 212.4)CMYK
cmyk(27%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87CBDA
2#69BED1
3#4BB1C8
4#379DB4
5#2E8396
6#256978
7#1C4F5A
8#12343C
9#091A1E
Tints
Lighter variations
1#AEDCE6
2#B7E0E9
3#C0E4EC
4#C9E8EE
5#D2ECF1
6#DBEFF4
7#E4F3F7
8#EDF7F9
9#F6FBFC
Tones
Muted variations
1#A8D6E0
2#ABD4DD
3#AFD2DA
4#B2D0D7
5#B5CED4
6#B8CCD1
7#BBCACE
8#BEC8CB
9#C1C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F3F7;
--sky-blue-200: #CCE9EF;
--sky-blue-300: #A5D8E3;
--sky-blue-400: #76C4D5;
--sky-blue-500: #4FB3C9;
--sky-blue-600: #3596AC;
--sky-blue-700: #2A7789;
--sky-blue-800: #1E5562;
--sky-blue-900: #13363E;
--sky-blue-950: #0C2227;
}