Sky Blue
#A1E0E8
CyanColor Codes
All color formats for development
HEX
#A1E0E8RGB
rgb(161, 224, 232)HSL
hsl(187, 61%, 77%)OKLCH
oklch(0.867 0.064 205.9)CMYK
cmyk(31%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81D5E0
2#61CBD9
3#42C0D1
4#2EADBE
5#26909E
6#1F737E
7#17565F
8#0F3A3F
9#081D20
Tints
Lighter variations
1#AAE3EA
2#B3E6ED
3#BDE9EF
4#C6ECF1
5#D0EFF4
6#D9F3F6
7#E3F6F8
8#ECF9FA
9#F6FCFD
Tones
Muted variations
1#A4DDE5
2#A8DAE1
3#ABD8DD
4#AFD5DA
5#B2D2D6
6#B6CFD3
7#BACDCF
8#BDCACC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAEDF2;
--sky-blue-300: #A1E0E8;
--sky-blue-400: #6FCFDC;
--sky-blue-500: #46C2D2;
--sky-blue-600: #2CA5B5;
--sky-blue-700: #238390;
--sky-blue-800: #195E67;
--sky-blue-900: #103C42;
--sky-blue-950: #0A2529;
}