Sky Blue
#55BBF6
BlueColor Codes
All color formats for development
HEX
#55BBF6RGB
rgb(85, 187, 246)HSL
hsl(202, 90%, 65%)OKLCH
oklch(0.756 0.127 237.2)CMYK
cmyk(65%, 24%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36AFF4
2#16A2F3
3#0C90DC
4#0A7BBD
5#08679D
6#07527E
7#053E5E
8#03293F
9#02151F
Tints
Lighter variations
1#66C2F7
2#77C9F8
3#88D0F9
4#99D6FA
5#AADDFB
6#BBE4FB
7#CCEBFC
8#DDF1FD
9#EEF8FE
Tones
Muted variations
1#5DB9EE
2#65B7E6
3#6EB5DE
4#76B3D6
5#7EB0CE
6#86AEC6
7#8EACBE
8#96AAB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D2 #90D2F9 | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A8 #25A8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8B #0B8BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096F #096FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | 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: #DDF1FD;
--sky-blue-200: #C0E6FC;
--sky-blue-300: #90D2F9;
--sky-blue-400: #55BBF6;
--sky-blue-500: #25A8F4;
--sky-blue-600: #0B8BD5;
--sky-blue-700: #096FAA;
--sky-blue-800: #064F79;
--sky-blue-900: #04334E;
--sky-blue-950: #032030;
}