Sky Blue
#A1D8E8
CyanColor Codes
All color formats for development
HEX
#A1D8E8RGB
rgb(161, 216, 232)HSL
hsl(194, 61%, 77%)OKLCH
oklch(0.85 0.061 217.6)CMYK
cmyk(31%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81CAE0
2#61BDD9
3#42B0D1
4#2E9CBE
5#26829E
6#1F687E
7#174E5F
8#0F343F
9#081A20
Tints
Lighter variations
1#AADBEA
2#B3DFED
3#BDE3EF
4#C6E7F1
5#D0EBF4
6#D9EFF6
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A4D6E5
2#A8D4E1
3#ABD2DD
4#AFD0DA
5#B2CED6
6#B6CCD3
7#BACACF
8#BDC8CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #CAE9F2;
--sky-blue-300: #A1D7E8;
--sky-blue-400: #6FC3DC;
--sky-blue-500: #46B2D2;
--sky-blue-600: #2C95B5;
--sky-blue-700: #237690;
--sky-blue-800: #195467;
--sky-blue-900: #103642;
--sky-blue-950: #0A2229;
}