Sky Blue
#A2CFE7
BlueColor Codes
All color formats for development
HEX
#A2CFE7RGB
rgb(162, 207, 231)HSL
hsl(201, 59%, 77%)OKLCH
oklch(0.831 0.058 231.6)CMYK
cmyk(30%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83BFDF
2#63AED7
3#449ECF
4#308BBB
5#28749C
6#205C7D
7#18455E
8#102E3E
9#08171F
Tints
Lighter variations
1#ABD4E9
2#B4D8EC
3#BEDDEE
4#C7E2F1
5#D0E7F3
6#DAECF5
7#E3F1F8
8#ECF5FA
9#F6FAFD
Tones
Muted variations
1#A5CEE3
2#A9CDE0
3#ACCCDD
4#B0CBD9
5#B3CAD6
6#B7C9D2
7#BAC7CF
8#BDC6CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F8;
--sky-blue-200: #CAE4F1;
--sky-blue-300: #A2CFE7;
--sky-blue-400: #71B6DA;
--sky-blue-500: #49A1D0;
--sky-blue-600: #2E84B2;
--sky-blue-700: #25698E;
--sky-blue-800: #1A4B65;
--sky-blue-900: #113041;
--sky-blue-950: #0A1E29;
}