Sky Blue
#A5D9E3
CyanColor Codes
All color formats for development
HEX
#A5D9E3RGB
rgb(165, 217, 227)HSL
hsl(190, 53%, 77%)OKLCH
oklch(0.852 0.055 210.7)CMYK
cmyk(27%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87CCDA
2#69C0D1
3#4BB3C8
4#379FB4
5#2E8596
6#256A78
7#1C505A
8#12353C
9#091B1E
Tints
Lighter variations
1#AEDDE6
2#B7E1E9
3#C0E4EC
4#C9E8EE
5#D2ECF1
6#DBF0F4
7#E4F4F7
8#EDF7F9
9#F6FBFC
Tones
Muted variations
1#A8D7E0
2#ABD5DD
3#AFD3DA
4#B2D1D7
5#B5CFD4
6#B8CDD1
7#BBCBCE
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #CCEAEF;
--sky-blue-300: #A5D9E3;
--sky-blue-400: #76C5D5;
--sky-blue-500: #4FB5C9;
--sky-blue-600: #3598AC;
--sky-blue-700: #2A7989;
--sky-blue-800: #1E5662;
--sky-blue-900: #13373E;
--sky-blue-950: #0C2327;
}