Sky Blue
#61ADEA
BlueColor Codes
All color formats for development
HEX
#61ADEARGB
rgb(97, 173, 234)HSL
hsl(207, 77%, 65%)OKLCH
oklch(0.724 0.117 244.7)CMYK
cmyk(59%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#449DE7
2#268EE3
3#1B7DCD
4#176BB0
5#135993
6#0F4775
7#0B3658
8#08243B
9#04121D
Tints
Lighter variations
1#71B5ED
2#81BDEF
3#90C5F1
4#A0CEF3
5#B0D6F5
6#C0DEF7
7#D0E6F9
8#DFEFFB
9#EFF7FD
Tones
Muted variations
1#68ACE4
2#6FABDD
3#76ABD6
4#7DAACF
5#83A9C8
6#8AA8C1
7#91A8BA
8#98A7B3
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 61AD #61ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3495 #3495E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A79 #1A79C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E0F7;
--sky-blue-300: #97C9F2;
--sky-blue-400: #61ADEA;
--sky-blue-500: #3495E5;
--sky-blue-600: #1A79C7;
--sky-blue-700: #15609E;
--sky-blue-800: #0F4571;
--sky-blue-900: #092C48;
--sky-blue-950: #061B2D;
}