Sky Blue
#A1E2E8
CyanColor Codes
All color formats for development
HEX
#A1E2E8RGB
rgb(161, 226, 232)HSL
hsl(185, 61%, 77%)OKLCH
oklch(0.871 0.066 203.2)CMYK
cmyk(31%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81D9E0
2#61CFD9
3#42C5D1
4#2EB2BE
5#26949E
6#1F767E
7#17595F
8#0F3B3F
9#081E20
Tints
Lighter variations
1#AAE5EA
2#B3E8ED
3#BDEBEF
4#C6EEF1
5#D0F1F4
6#D9F3F6
7#E3F6F8
8#ECF9FA
9#F6FCFD
Tones
Muted variations
1#A4DFE5
2#A8DCE1
3#ABD9DD
4#AFD6DA
5#B2D3D6
6#B6D0D3
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 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F6F8;
--sky-blue-200: #CAEFF2;
--sky-blue-300: #A1E2E8;
--sky-blue-400: #6FD3DC;
--sky-blue-500: #46C7D2;
--sky-blue-600: #2CA9B5;
--sky-blue-700: #238790;
--sky-blue-800: #196067;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2629;
}