Sky Blue
#629DEA
BlueColor Codes
All color formats for development
HEX
#629DEARGB
rgb(98, 157, 234)HSL
hsl(214, 76%, 65%)OKLCH
oklch(0.689 0.13 255.6)CMYK
cmyk(58%, 33%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#458AE6
2#2878E2
3#1C68CC
4#1859AF
5#144A92
6#103C75
7#0C2D58
8#081E3A
9#040F1D
Tints
Lighter variations
1#72A7EC
2#81B0EE
3#91BAF0
4#A1C4F2
5#B0CEF4
6#C0D8F6
7#D0E2F9
8#E0EBFB
9#EFF5FD
Tones
Muted variations
1#699EE3
2#6F9FDC
3#769FD5
4#7DA0CE
5#84A1C8
6#8BA2C1
7#91A3BA
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 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BE #98BEF1 | BordersInactive statesPlaceholder text |
| 400 | 629D #629DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3581 #3581E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B65 #1B65C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1550 #15509D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F39 #0F3970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A25 #0A2548 | 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: #C5DAF7;
--sky-blue-300: #98BEF1;
--sky-blue-400: #629DEA;
--sky-blue-500: #3581E3;
--sky-blue-600: #1B65C5;
--sky-blue-700: #15509D;
--sky-blue-800: #0F3970;
--sky-blue-900: #0A2548;
--sky-blue-950: #06172D;
}