Sky Blue
#A1CFE8
BlueColor Codes
All color formats for development
HEX
#A1CFE8RGB
rgb(161, 207, 232)HSL
hsl(201, 61%, 77%)OKLCH
oklch(0.83 0.06 232.1)CMYK
cmyk(31%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81BFE0
2#61AFD9
3#429FD1
4#2E8BBE
5#26749E
6#1F5D7E
7#17465F
8#0F2E3F
9#081720
Tints
Lighter variations
1#AAD4EA
2#B3D9ED
3#BDDDEF
4#C6E2F1
5#D0E7F4
6#D9ECF6
7#E3F1F8
8#ECF5FA
9#F6FAFD
Tones
Muted variations
1#A4CEE5
2#A8CDE1
3#ABCCDD
4#AFCBDA
5#B2CAD6
6#B6C9D3
7#BAC8CF
8#BDC6CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | 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: #E2F0F8;
--sky-blue-200: #CAE4F2;
--sky-blue-300: #A1CFE8;
--sky-blue-400: #6FB6DC;
--sky-blue-500: #46A1D2;
--sky-blue-600: #2C85B5;
--sky-blue-700: #236A90;
--sky-blue-800: #194B67;
--sky-blue-900: #103042;
--sky-blue-950: #0A1E29;
}