Sky Blue
#53B1F9
BlueColor Codes
All color formats for development
HEX
#53B1F9RGB
rgb(83, 177, 249)HSL
hsl(206, 93%, 65%)OKLCH
oklch(0.734 0.137 244.5)CMYK
cmyk(67%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33A2F8
2#1394F6
3#0882E0
4#0770C0
5#065DA0
6#054B80
7#033860
8#022540
9#011320
Tints
Lighter variations
1#64B9F9
2#75C0FA
3#86C8FB
4#98D0FB
5#A9D8FC
6#BAE0FD
7#CBE8FD
8#DDEFFE
9#EEF7FE
Tones
Muted variations
1#5BB0F0
2#63AFE8
3#6CADE0
4#74ACD8
5#7CABCF
6#85AAC7
7#8DA9BF
8#95A8B6
9#9DA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFB | BordersInactive statesPlaceholder text |
| 400 | 53B1 #53B1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229A #229AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087E #087ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0664 #0664AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFE;
--sky-blue-200: #BFE2FD;
--sky-blue-300: #8ECCFB;
--sky-blue-400: #53B1F9;
--sky-blue-500: #229AF7;
--sky-blue-600: #087ED9;
--sky-blue-700: #0664AC;
--sky-blue-800: #04487B;
--sky-blue-900: #032E4F;
--sky-blue-950: #021D31;
}