Sky Blue
#A1DFE8
CyanColor Codes
All color formats for development
HEX
#A1DFE8RGB
rgb(161, 223, 232)HSL
hsl(188, 61%, 77%)OKLCH
oklch(0.865 0.064 207.3)CMYK
cmyk(31%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81D4E0
2#61C9D9
3#42BED1
4#2EABBE
5#268E9E
6#1F727E
7#17555F
8#0F393F
9#081C20
Tints
Lighter variations
1#AAE2EA
2#B3E5ED
3#BDE8EF
4#C6ECF1
5#D0EFF4
6#D9F2F6
7#E3F5F8
8#ECF9FA
9#F6FCFD
Tones
Muted variations
1#A4DCE5
2#A8D9E1
3#ABD7DD
4#AFD4DA
5#B2D1D6
6#B6CFD3
7#BACCCF
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 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | 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: #A1DFE8;
--sky-blue-400: #6FCEDC;
--sky-blue-500: #46C0D2;
--sky-blue-600: #2CA2B5;
--sky-blue-700: #238190;
--sky-blue-800: #195C67;
--sky-blue-900: #103B42;
--sky-blue-950: #0A2529;
}