Sky Blue
#61A3EA
BlueColor Codes
All color formats for development
HEX
#61A3EARGB
rgb(97, 163, 234)HSL
hsl(211, 77%, 65%)OKLCH
oklch(0.702 0.125 251.6)CMYK
cmyk(59%, 30%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4492E7
2#2681E3
3#1B71CD
4#1761B0
5#135193
6#0F4175
7#0B3058
8#08203B
9#04101D
Tints
Lighter variations
1#71ADED
2#81B6EF
3#90BFF1
4#A0C8F3
5#B0D1F5
6#C0DAF7
7#D0E4F9
8#DFEDFB
9#EFF6FD
Tones
Muted variations
1#68A4E4
2#6FA4DD
3#76A4D6
4#7DA4CF
5#83A5C8
6#8AA5C1
7#91A5BA
8#98A5B3
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C3 #97C3F2 | BordersInactive statesPlaceholder text |
| 400 | 61A3 #61A3EA | Disabled statesSecondary iconsMuted text |
| 500 | 3489 #3489E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A6D #1A6DC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1557 #15579E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3E #0F3E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092848 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DDF7;
--sky-blue-300: #97C3F2;
--sky-blue-400: #61A3EA;
--sky-blue-500: #3489E5;
--sky-blue-600: #1A6DC7;
--sky-blue-700: #15579E;
--sky-blue-800: #0F3E71;
--sky-blue-900: #092848;
--sky-blue-950: #06192D;
}