Sky Blue
#619FEA
BlueColor Codes
All color formats for development
HEX
#619FEARGB
rgb(97, 159, 234)HSL
hsl(213, 77%, 65%)OKLCH
oklch(0.693 0.129 254.1)CMYK
cmyk(59%, 32%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448DE7
2#267BE3
3#1B6BCD
4#175CB0
5#134C93
6#0F3D75
7#0B2E58
8#081F3B
9#040F1D
Tints
Lighter variations
1#71A8ED
2#81B2EF
3#90BCF1
4#A0C5F3
5#B0CFF5
6#C0D9F7
7#D0E2F9
8#DFECFB
9#EFF5FD
Tones
Muted variations
1#68A0E4
2#6FA0DD
3#76A1D6
4#7DA2CF
5#83A2C8
6#8AA3C1
7#91A4BA
8#98A4B3
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 619F #619FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3483 #3483E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A68 #1A68C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092648 | 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: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DBF7;
--sky-blue-300: #97C0F2;
--sky-blue-400: #619FEA;
--sky-blue-500: #3483E5;
--sky-blue-600: #1A68C7;
--sky-blue-700: #15529E;
--sky-blue-800: #0F3B71;
--sky-blue-900: #092648;
--sky-blue-950: #06182D;
}