Sky Blue
#A4D0E5
BlueColor Codes
All color formats for development
HEX
#A4D0E5RGB
rgb(164, 208, 229)HSL
hsl(199, 56%, 77%)OKLCH
oklch(0.833 0.055 228.7)CMYK
cmyk(28%, 9%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85C1DD
2#66B1D4
3#48A2CB
4#348EB8
5#2B7699
6#235F7B
7#1A475C
8#112F3D
9#09181F
Tints
Lighter variations
1#ADD5E8
2#B6DAEA
3#BFDEED
4#C8E3F0
5#D1E8F2
6#DAECF5
7#E4F1F7
8#EDF6FA
9#F6FAFC
Tones
Muted variations
1#A7CFE2
2#AACEDF
3#ADCDDB
4#B1CCD8
5#B4CAD5
6#B7C9D1
7#BAC8CE
8#BEC7CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D0 #A4D0E5 | BordersInactive statesPlaceholder text |
| 400 | 74B8 #74B8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA4 #4CA4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3187 #3187AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276C #276C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4D #1C4D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #123140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F1F7;
--sky-blue-200: #CBE5F0;
--sky-blue-300: #A4D0E5;
--sky-blue-400: #74B8D8;
--sky-blue-500: #4CA4CD;
--sky-blue-600: #3187AF;
--sky-blue-700: #276C8B;
--sky-blue-800: #1C4D63;
--sky-blue-900: #123140;
--sky-blue-950: #0B1F28;
}