Sky Blue
#A5D9E4
CyanColor Codes
All color formats for development
HEX
#A5D9E4RGB
rgb(165, 217, 228)HSL
hsl(190, 54%, 77%)OKLCH
oklch(0.853 0.056 212.1)CMYK
cmyk(28%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86CDDB
2#68C0D2
3#4AB4C9
4#36A0B5
5#2D8697
6#246B79
7#1B505B
8#12353C
9#091B1E
Tints
Lighter variations
1#AEDDE7
2#B7E1E9
3#C0E5EC
4#C9E8EF
5#D2ECF2
6#DBF0F4
7#E4F4F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A8D7E1
2#ABD5DE
3#AED3DB
4#B1D1D7
5#B5CFD4
6#B8CDD1
7#BBCBCE
8#BEC9CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E4 | BordersInactive statesPlaceholder text |
| 400 | 76C6 #76C6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB6 #4EB6CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3499 #3499AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2979 #297989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #E4F4F7;
--sky-blue-200: #CCEAF0;
--sky-blue-300: #A5D9E4;
--sky-blue-400: #76C6D6;
--sky-blue-500: #4EB6CA;
--sky-blue-600: #3499AD;
--sky-blue-700: #297989;
--sky-blue-800: #1D5762;
--sky-blue-900: #13373F;
--sky-blue-950: #0C2327;
}