Sky Blue
#55BBF7
BlueColor Codes
All color formats for development
HEX
#55BBF7RGB
rgb(85, 187, 247)HSL
hsl(202, 91%, 65%)OKLCH
oklch(0.756 0.128 237.7)CMYK
cmyk(66%, 24%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35AFF5
2#15A2F4
3#0A90DE
4#097CBE
5#07679E
6#06527F
7#043E5F
8#03293F
9#011520
Tints
Lighter variations
1#66C2F8
2#77C9F9
3#88D0F9
4#99D6FA
5#AADDFB
6#BBE4FC
7#CCEBFD
8#DDF1FD
9#EEF8FE
Tones
Muted variations
1#5DB9EF
2#65B7E7
3#6DB5DF
4#75B3D6
5#7DB1CE
6#85AEC6
7#8DACBE
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 | 8FD3 #8FD3FA | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A8 #24A8F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8B #0A8BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086F #086FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | 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: #8FD3FA;
--sky-blue-400: #55BBF7;
--sky-blue-500: #24A8F5;
--sky-blue-600: #0A8BD6;
--sky-blue-700: #086FAA;
--sky-blue-800: #064F7A;
--sky-blue-900: #04334E;
--sky-blue-950: #022031;
}