Sky Blue
#A5C0E3
BlueColor Codes
All color formats for development
HEX
#A5C0E3RGB
rgb(165, 192, 227)HSL
hsl(214, 53%, 77%)OKLCH
oklch(0.8 0.058 255)CMYK
cmyk(27%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87ABDA
2#6996D1
3#4B81C8
4#376DB4
5#2E5B96
6#254978
7#1C375A
8#12243C
9#09121E
Tints
Lighter variations
1#AEC6E6
2#B7CDE9
3#C0D3EC
4#C9D9EE
5#D2E0F1
6#DBE6F4
7#E4ECF7
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#A8C1E0
2#ABC1DD
3#AFC1DA
4#B2C2D7
5#B5C2D4
6#B8C3D1
7#BBC3CE
8#BEC4CB
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C0 #A5C0E3 | BordersInactive statesPlaceholder text |
| 400 | 769F #769FD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F84 #4F84C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3568 #3568AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A53 #2A5389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3B #1E3B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1326 #13263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF7;
--sky-blue-200: #CCDCEF;
--sky-blue-300: #A5C0E3;
--sky-blue-400: #769FD5;
--sky-blue-500: #4F84C9;
--sky-blue-600: #3568AC;
--sky-blue-700: #2A5389;
--sky-blue-800: #1E3B62;
--sky-blue-900: #13263E;
--sky-blue-950: #0C1827;
}