Sky Blue
#639DE9
BlueColor Codes
All color formats for development
HEX
#639DE9RGB
rgb(99, 157, 233)HSL
hsl(214, 75%, 65%)OKLCH
oklch(0.689 0.128 255.7)CMYK
cmyk(58%, 33%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#468BE5
2#2978E0
3#1D68CB
4#195AAE
5#154B91
6#113C74
7#0C2D57
8#081E3A
9#040F1D
Tints
Lighter variations
1#72A7EB
2#82B0ED
3#92BAEF
4#A1C4F2
5#B1CEF4
6#C1D8F6
7#D0E2F8
8#E0EBFB
9#EFF5FD
Tones
Muted variations
1#6A9EE2
2#709FDB
3#77A0D5
4#7EA0CE
5#84A1C7
6#8BA2C1
7#92A3BA
8#98A4B3
9#9FA5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF0 | BordersInactive statesPlaceholder text |
| 400 | 639D #639DE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3681 #3681E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C65 #1C65C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1650 #16509C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1039 #103970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EBFB;
--sky-blue-200: #C5DBF7;
--sky-blue-300: #98BEF0;
--sky-blue-400: #639DE9;
--sky-blue-500: #3681E2;
--sky-blue-600: #1C65C4;
--sky-blue-700: #16509C;
--sky-blue-800: #103970;
--sky-blue-900: #0A2547;
--sky-blue-950: #06172D;
}