Sky Blue
#A5D3E4
BlueColor Codes
All color formats for development
HEX
#A5D3E4RGB
rgb(165, 211, 228)HSL
hsl(196, 54%, 77%)OKLCH
oklch(0.84 0.054 222.5)CMYK
cmyk(28%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86C4DB
2#68B6D2
3#4AA7C9
4#3693B5
5#2D7B97
6#246279
7#1B4A5B
8#12313C
9#09191E
Tints
Lighter variations
1#AED8E7
2#B7DCE9
3#C0E0EC
4#C9E5EF
5#D2E9F2
6#DBEDF4
7#E4F2F7
8#EDF6FA
9#F6FBFC
Tones
Muted variations
1#A8D2E1
2#ABD0DE
3#AECFDB
4#B1CDD7
5#B5CCD4
6#B8CAD1
7#BBC9CE
8#BEC7CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E4 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA9 #4EA9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 348C #348CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2970 #297089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333F | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FB;
--sky-blue-100: #E4F2F7;
--sky-blue-200: #CCE6F0;
--sky-blue-300: #A5D3E4;
--sky-blue-400: #76BCD6;
--sky-blue-500: #4EA9CA;
--sky-blue-600: #348CAD;
--sky-blue-700: #297089;
--sky-blue-800: #1D5062;
--sky-blue-900: #13333F;
--sky-blue-950: #0C2027;
}