Sky Blue
#A1E3E8
CyanColor Codes
All color formats for development
HEX
#A1E3E8RGB
rgb(161, 227, 232)HSL
hsl(184, 61%, 77%)OKLCH
oklch(0.873 0.067 201.9)CMYK
cmyk(31%, 2%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81DAE0
2#61D1D9
3#42C8D1
4#2EB4BE
5#26969E
6#1F787E
7#175A5F
8#0F3C3F
9#081E20
Tints
Lighter variations
1#AAE6EA
2#B3E9ED
3#BDECEF
4#C6EEF1
5#D0F1F4
6#D9F4F6
7#E3F7F8
8#ECF9FA
9#F6FCFD
Tones
Muted variations
1#A4E0E5
2#A8DDE1
3#ABDADD
4#AFD7DA
5#B2D4D6
6#B6D1D3
7#BACECF
8#BDCBCC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #CAEFF2;
--sky-blue-300: #A1E3E8;
--sky-blue-400: #6FD5DC;
--sky-blue-500: #46C9D2;
--sky-blue-600: #2CACB5;
--sky-blue-700: #238890;
--sky-blue-800: #196167;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2729;
}