Sky Blue
#A4C0E5
BlueColor Codes
All color formats for development
HEX
#A4C0E5RGB
rgb(164, 192, 229)HSL
hsl(214, 56%, 77%)OKLCH
oklch(0.8 0.061 255.5)CMYK
cmyk(28%, 16%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85ABDD
2#6696D4
3#4881CB
4#346DB8
5#2B5B99
6#23497B
7#1A375C
8#11243D
9#09121F
Tints
Lighter variations
1#ADC6E8
2#B6CDEA
3#BFD3ED
4#C8D9F0
5#D1DFF2
6#DAE6F5
7#E4ECF7
8#EDF2FA
9#F6F9FC
Tones
Muted variations
1#A7C0E2
2#AAC1DF
3#ADC1DB
4#B1C2D8
5#B4C2D5
6#B7C3D1
7#BAC3CE
8#BEC3CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C0 #A4C0E5 | BordersInactive statesPlaceholder text |
| 400 | 749F #749FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C84 #4C84CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3168 #3168AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2753 #27538B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3B #1C3B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF7;
--sky-blue-200: #CBDBF0;
--sky-blue-300: #A4C0E5;
--sky-blue-400: #749FD8;
--sky-blue-500: #4C84CD;
--sky-blue-600: #3168AF;
--sky-blue-700: #27538B;
--sky-blue-800: #1C3B63;
--sky-blue-900: #122640;
--sky-blue-950: #0B1828;
}