Sky Blue
#55BEF7
BlueColor Codes
All color formats for development
HEX
#55BEF7RGB
rgb(85, 190, 247)HSL
hsl(201, 91%, 65%)OKLCH
oklch(0.763 0.126 235.6)CMYK
cmyk(66%, 23%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35B2F5
2#15A6F4
3#0A94DE
4#097FBE
5#07699E
6#06547F
7#043F5F
8#032A3F
9#011520
Tints
Lighter variations
1#66C5F8
2#77CBF9
3#88D2F9
4#99D8FA
5#AADFFB
6#BBE5FC
7#CCECFD
8#DDF2FD
9#EEF9FE
Tones
Muted variations
1#5DBCEF
2#65B9E7
3#6DB7DF
4#75B4D6
5#7DB2CE
6#85AFC6
7#8DADBE
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 | 8FD4 #8FD4FA | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AC #24ACF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8F #0A8FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0872 #0872AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #06517A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | 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: #DDF2FD;
--sky-blue-200: #C0E7FC;
--sky-blue-300: #8FD4FA;
--sky-blue-400: #55BEF7;
--sky-blue-500: #24ACF5;
--sky-blue-600: #0A8FD6;
--sky-blue-700: #0872AA;
--sky-blue-800: #06517A;
--sky-blue-900: #04344E;
--sky-blue-950: #022031;
}