Sky Blue
#759ED7
BlueColor Codes
All color formats for development
HEX
#759ED7RGB
rgb(117, 158, 215)HSL
hsl(215, 55%, 65%)OKLCH
oklch(0.692 0.096 256.7)CMYK
cmyk(46%, 27%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B8BCF
2#4179C8
3#3469B4
4#2D5A9A
5#254B80
6#1E3C67
7#162D4D
8#0F1E33
9#070F1A
Tints
Lighter variations
1#82A7DB
2#90B1DF
3#9EBBE3
4#ACC5E7
5#BACEEB
6#C8D8EF
7#D5E2F3
8#E3ECF7
9#F1F5FB
Tones
Muted variations
1#7A9ED2
2#7E9FCD
3#83A0C8
4#88A1C3
5#8DA2BE
6#92A2B9
7#97A3B4
8#9CA4B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BF #A4BFE5 | BordersInactive statesPlaceholder text |
| 400 | 759E #759ED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D82 #4D82CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3266 #3266AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2851 #28518A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1225 #12253F | Primary textHigh emphasis contentDark headings |
| 950 | 0B17 #0B1728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF7;
--sky-blue-200: #CCDBF0;
--sky-blue-300: #A4BFE5;
--sky-blue-400: #759ED7;
--sky-blue-500: #4D82CB;
--sky-blue-600: #3266AE;
--sky-blue-700: #28518A;
--sky-blue-800: #1D3A63;
--sky-blue-900: #12253F;
--sky-blue-950: #0B1728;
}