Sky Blue
#A5BBE3
BlueColor Codes
All color formats for development
HEX
#A5BBE3RGB
rgb(165, 187, 227)HSL
hsl(219, 53%, 77%)OKLCH
oklch(0.789 0.062 262.3)CMYK
cmyk(27%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A4DA
2#698ED1
3#4B77C8
4#3763B4
5#2E5396
6#254278
7#1C325A
8#12213C
9#09111E
Tints
Lighter variations
1#AEC2E6
2#B7C9E9
3#C0CFEC
4#C9D6EE
5#D2DDF1
6#DBE4F4
7#E4EBF7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A8BCE0
2#ABBDDD
3#AFBEDA
4#B2BFD7
5#B5C0D4
6#B8C1D1
7#BBC2CE
8#BEC2CB
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BB #A5BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7698 #7698D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7A #4F7AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355E #355EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4B #2A4B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E36 #1E3662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EAF7;
--sky-blue-200: #CCD9EF;
--sky-blue-300: #A5BBE3;
--sky-blue-400: #7698D5;
--sky-blue-500: #4F7AC9;
--sky-blue-600: #355EAC;
--sky-blue-700: #2A4B89;
--sky-blue-800: #1E3662;
--sky-blue-900: #13223E;
--sky-blue-950: #0C1527;
}