Sky Blue
#51D0FB
BlueColor Codes
All color formats for development
HEX
#51D0FBRGB
rgb(81, 208, 251)HSL
hsl(195, 96%, 65%)OKLCH
oklch(0.804 0.125 224.3)CMYK
cmyk(68%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30C8FB
2#0FBFFA
3#05ACE3
4#0493C3
5#037BA2
6#036282
7#024A61
8#013141
9#011920
Tints
Lighter variations
1#62D5FC
2#73DAFC
3#85DFFD
4#96E3FD
5#A8E8FD
6#B9ECFE
7#CBF1FE
8#DCF6FE
9#EEFAFF
Tones
Muted variations
1#59CCF3
2#61C8EA
3#6AC4E2
4#72BFD9
5#7BBBD1
6#83B7C8
7#8CB3BF
8#95AEB7
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE1 #8CE1FD | BordersInactive statesPlaceholder text |
| 400 | 50D1 #50D1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC3 #1EC3FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04A6 #04A6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0484 #0484AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035E #035E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FE;
--sky-blue-200: #BEEEFE;
--sky-blue-300: #8CE1FD;
--sky-blue-400: #50D1FB;
--sky-blue-500: #1EC3FA;
--sky-blue-600: #04A6DC;
--sky-blue-700: #0484AF;
--sky-blue-800: #035E7D;
--sky-blue-900: #023C50;
--sky-blue-950: #012632;
}