Sky Blue
#A2CFE6
BlueColor Codes
All color formats for development
HEX
#A2CFE6RGB
rgb(162, 207, 230)HSL
hsl(200, 58%, 77%)OKLCH
oklch(0.83 0.057 230.5)CMYK
cmyk(30%, 10%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C0DE
2#64B0D6
3#45A0CE
4#318DBA
5#29759B
6#215E7C
7#19465D
8#102F3E
9#08171F
Tints
Lighter variations
1#ACD4E9
2#B5D9EB
3#BEDEEE
4#C7E3F0
5#D1E7F3
6#DAECF5
7#E3F1F8
8#ECF6FA
9#F6FAFD
Tones
Muted variations
1#A6CFE3
2#A9CDE0
3#ADCCDC
4#B0CBD9
5#B3CAD5
6#B7C9D2
7#BAC8CF
8#BEC7CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D0 #A2D0E6 | BordersInactive statesPlaceholder text |
| 400 | 72B7 #72B7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA2 #4AA2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F86 #2F86B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 256B #256B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4C #1B4C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1131 #113140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F1F8;
--sky-blue-200: #CBE4F1;
--sky-blue-300: #A2D0E6;
--sky-blue-400: #72B7DA;
--sky-blue-500: #4AA2CF;
--sky-blue-600: #2F86B1;
--sky-blue-700: #256B8D;
--sky-blue-800: #1B4C65;
--sky-blue-900: #113140;
--sky-blue-950: #0B1E28;
}