Sky Blue
#A1D9E8
CyanColor Codes
All color formats for development
HEX
#A1D9E8RGB
rgb(161, 217, 232)HSL
hsl(193, 61%, 77%)OKLCH
oklch(0.852 0.061 216.1)CMYK
cmyk(31%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81CCE0
2#61BFD9
3#42B2D1
4#2E9FBE
5#26849E
6#1F6A7E
7#174F5F
8#0F353F
9#081A20
Tints
Lighter variations
1#AADCEA
2#B3E0ED
3#BDE4EF
4#C6E8F1
5#D0ECF4
6#D9F0F6
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A4D7E5
2#A8D5E1
3#ABD3DD
4#AFD1DA
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 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC5 #6FC5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B4 #46B4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C97 #2C97B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2378 #237890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1956 #195667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103742 | 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: #A1D9E8;
--sky-blue-400: #6FC5DC;
--sky-blue-500: #46B4D2;
--sky-blue-600: #2C97B5;
--sky-blue-700: #237890;
--sky-blue-800: #195667;
--sky-blue-900: #103742;
--sky-blue-950: #0A2229;
}