Sky Blue
#629FEA
BlueColor Codes
All color formats for development
HEX
#629FEARGB
rgb(98, 159, 234)HSL
hsl(213, 76%, 65%)OKLCH
oklch(0.693 0.128 254.4)CMYK
cmyk(58%, 32%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#458DE6
2#287BE2
3#1C6BCC
4#185CAF
5#144D92
6#103D75
7#0C2E58
8#081F3A
9#040F1D
Tints
Lighter variations
1#72A9EC
2#81B2EE
3#91BCF0
4#A1C5F2
5#B0CFF4
6#C0D9F6
7#D0E2F9
8#E0ECFB
9#EFF5FD
Tones
Muted variations
1#69A0E3
2#6FA0DC
3#76A1D5
4#7DA2CE
5#84A2C8
6#8BA3C1
7#91A4BA
8#98A4B3
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C0 #98C0F1 | BordersInactive statesPlaceholder text |
| 400 | 629F #629FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3584 #3584E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B68 #1B68C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A26 #0A2648 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFB;
--sky-blue-200: #C5DBF7;
--sky-blue-300: #98C0F1;
--sky-blue-400: #629FEA;
--sky-blue-500: #3584E3;
--sky-blue-600: #1B68C5;
--sky-blue-700: #15529D;
--sky-blue-800: #0F3B70;
--sky-blue-900: #0A2648;
--sky-blue-950: #06182D;
}