Sky Blue
#A1E5E8
CyanColor Codes
All color formats for development
HEX
#A1E5E8RGB
rgb(161, 229, 232)HSL
hsl(183, 61%, 77%)OKLCH
oklch(0.878 0.068 199.5)CMYK
cmyk(31%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81DCE0
2#61D3D9
3#42CAD1
4#2EB6BE
5#26989E
6#1F7A7E
7#175B5F
8#0F3D3F
9#081E20
Tints
Lighter variations
1#AAE7EA
2#B3EAED
3#BDECEF
4#C6EFF1
5#D0F2F4
6#D9F4F6
7#E3F7F8
8#ECFAFA
9#F6FCFD
Tones
Muted variations
1#A4E1E5
2#A8DEE1
3#ABDBDD
4#AFD8DA
5#B2D4D6
6#B6D1D3
7#BACECF
8#BDCBCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF0 #CAF0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E5 #A1E5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD7 #6FD7DC | Disabled statesSecondary iconsMuted text |
| 500 | 46CB #46CBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAE #2CAEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 238A #238A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1963 #196367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103F #103F42 | 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: #F3FCFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #CAF0F2;
--sky-blue-300: #A1E5E8;
--sky-blue-400: #6FD7DC;
--sky-blue-500: #46CBD2;
--sky-blue-600: #2CAEB5;
--sky-blue-700: #238A90;
--sky-blue-800: #196367;
--sky-blue-900: #103F42;
--sky-blue-950: #0A2729;
}