Sky Blue
#53B9F9
BlueColor Codes
All color formats for development
HEX
#53B9F9RGB
rgb(83, 185, 249)HSL
hsl(203, 93%, 65%)OKLCH
oklch(0.752 0.132 239.5)CMYK
cmyk(67%, 26%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33ACF8
2#139FF6
3#088DE0
4#0779C0
5#0665A0
6#055180
7#033D60
8#022840
9#011420
Tints
Lighter variations
1#64C0F9
2#75C7FA
3#86CEFB
4#98D5FB
5#A9DCFC
6#BAE3FD
7#CBEAFD
8#DDF1FE
9#EEF8FE
Tones
Muted variations
1#5BB7F0
2#63B5E8
3#6CB3E0
4#74B1D8
5#7CAFCF
6#85ADC7
7#8DACBF
8#95AAB6
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED1 #8ED1FB | BordersInactive statesPlaceholder text |
| 400 | 53B9 #53B9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A5 #22A5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0889 #0889D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066D #066DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044E #044E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0332 #03324F | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF1FE;
--sky-blue-200: #BFE5FD;
--sky-blue-300: #8ED1FB;
--sky-blue-400: #53B9F9;
--sky-blue-500: #22A5F7;
--sky-blue-600: #0889D9;
--sky-blue-700: #066DAC;
--sky-blue-800: #044E7B;
--sky-blue-900: #03324F;
--sky-blue-950: #021F31;
}