Sky Blue
#A7C0E2
BlueColor Codes
All color formats for development
HEX
#A7C0E2RGB
rgb(167, 192, 226)HSL
hsl(215, 50%, 77%)OKLCH
oklch(0.801 0.056 256.1)CMYK
cmyk(26%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AAAD8
2#6C95CE
3#4F80C4
4#3B6CB1
5#315A93
6#274876
7#1D3658
8#14243B
9#0A121D
Tints
Lighter variations
1#B0C6E5
2#B9CCE8
3#C1D3EA
4#CAD9ED
5#D3DFF0
6#DCE6F3
7#E5ECF6
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#AAC0DF
2#ADC0DC
3#B0C1D9
4#B3C1D6
5#B6C2D3
6#B9C2D0
7#BCC3CD
8#BEC3CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BF #A7BFE2 | BordersInactive statesPlaceholder text |
| 400 | 799E #799ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5383 #5383C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3867 #3867A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D52 #2D5286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203A #203A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDBEE;
--sky-blue-300: #A7BFE2;
--sky-blue-400: #799ED2;
--sky-blue-500: #5383C6;
--sky-blue-600: #3867A8;
--sky-blue-700: #2D5286;
--sky-blue-800: #203A60;
--sky-blue-900: #14253D;
--sky-blue-950: #0D1726;
}