Sky Blue
#55BEF6
BlueColor Codes
All color formats for development
HEX
#55BEF6RGB
rgb(85, 190, 246)HSL
hsl(201, 90%, 65%)OKLCH
oklch(0.763 0.125 235.1)CMYK
cmyk(65%, 23%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36B2F4
2#16A6F3
3#0C93DC
4#0A7EBD
5#08699D
6#07547E
7#053F5E
8#032A3F
9#02151F
Tints
Lighter variations
1#66C4F7
2#77CBF8
3#88D1F9
4#99D8FA
5#AADEFB
6#BBE5FB
7#CCEBFC
8#DDF2FD
9#EEF8FE
Tones
Muted variations
1#5DBBEE
2#65B9E6
3#6EB7DE
4#76B4D6
5#7EB2CE
6#86AFC6
7#8EADBE
8#96ABB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AB #25ABF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8E #0B8ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0971 #0971AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #065179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF2FD;
--sky-blue-200: #C0E7FC;
--sky-blue-300: #90D4F9;
--sky-blue-400: #55BEF6;
--sky-blue-500: #25ABF4;
--sky-blue-600: #0B8ED5;
--sky-blue-700: #0971AA;
--sky-blue-800: #065179;
--sky-blue-900: #04344E;
--sky-blue-950: #032030;
}