Sky Blue
#A5D6E4
CyanColor Codes
All color formats for development
HEX
#A5D6E4RGB
rgb(165, 214, 228)HSL
hsl(193, 54%, 77%)OKLCH
oklch(0.846 0.054 217.2)CMYK
cmyk(28%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86C9DB
2#68BBD2
3#4AADC9
4#369AB5
5#2D8097
6#246779
7#1B4D5B
8#12333C
9#091A1E
Tints
Lighter variations
1#AEDAE7
2#B7DEE9
3#C0E3EC
4#C9E7EF
5#D2EBF2
6#DBEFF4
7#E4F3F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A8D5E1
2#ABD3DE
3#AED1DB
4#B1CFD7
5#B5CDD4
6#B8CCD1
7#BBCACE
8#BEC8CB
9#C1C6C8
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | 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: #CCE8F0;
--sky-blue-300: #A5D6E4;
--sky-blue-400: #76C1D6;
--sky-blue-500: #4EAFCA;
--sky-blue-600: #3493AD;
--sky-blue-700: #297589;
--sky-blue-800: #1D5362;
--sky-blue-900: #13353F;
--sky-blue-950: #0C2127;
}