Sky Blue
#61A8EA
BlueColor Codes
All color formats for development
HEX
#61A8EARGB
rgb(97, 168, 234)HSL
hsl(209, 77%, 65%)OKLCH
oklch(0.713 0.121 248.2)CMYK
cmyk(59%, 28%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4498E7
2#2688E3
3#1B77CD
4#1766B0
5#135593
6#0F4475
7#0B3358
8#08223B
9#04111D
Tints
Lighter variations
1#71B1ED
2#81B9EF
3#90C2F1
4#A0CBF3
5#B0D4F5
6#C0DCF7
7#D0E5F9
8#DFEEFB
9#EFF6FD
Tones
Muted variations
1#68A8E4
2#6FA8DD
3#76A7D6
4#7DA7CF
5#83A7C8
6#8AA7C1
7#91A6BA
8#98A6B3
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 61A8 #61A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 348F #348FE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A73 #1A73C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C4DFF7;
--sky-blue-300: #97C6F2;
--sky-blue-400: #61A8EA;
--sky-blue-500: #348FE5;
--sky-blue-600: #1A73C7;
--sky-blue-700: #155C9E;
--sky-blue-800: #0F4171;
--sky-blue-900: #092A48;
--sky-blue-950: #061A2D;
}