Sky Blue
#55AEF6
BlueColor Codes
All color formats for development
HEX
#55AEF6RGB
rgb(85, 174, 246)HSL
hsl(207, 90%, 65%)OKLCH
oklch(0.727 0.135 245.6)CMYK
cmyk(65%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#369FF4
2#1690F3
3#0C7EDC
4#0A6CBD
5#085A9D
6#07487E
7#05365E
8#03243F
9#02121F
Tints
Lighter variations
1#66B6F7
2#77BEF8
3#88C6F9
4#99CEFA
5#AAD6FB
6#BBDFFB
7#CCE7FC
8#DDEFFD
9#EEF7FE
Tones
Muted variations
1#5DADEE
2#65ACE6
3#6EABDE
4#76ABD6
5#7EAACE
6#86A9C6
7#8EA8BE
8#96A7B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CA #90CAF9 | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2597 #2597F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7A #0B7AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0961 #0961AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0645 #064579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042C #042C4E | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E1FC;
--sky-blue-300: #90CAF9;
--sky-blue-400: #55AEF6;
--sky-blue-500: #2597F4;
--sky-blue-600: #0B7AD5;
--sky-blue-700: #0961AA;
--sky-blue-800: #064579;
--sky-blue-900: #042C4E;
--sky-blue-950: #031C30;
}