Sky Blue
#609FEB
BlueColor Codes
All color formats for development
HEX
#609FEBRGB
rgb(96, 159, 235)HSL
hsl(213, 78%, 65%)OKLCH
oklch(0.693 0.13 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#438DE8
2#257BE4
3#1A6BCF
4#165CB1
5#124C94
6#0F3D76
7#0B2E59
8#071F3B
9#040F1E
Tints
Lighter variations
1#70A8ED
2#80B2EF
3#90BCF1
4#A0C5F3
5#B0CFF5
6#BFD9F7
7#CFE2F9
8#DFECFB
9#EFF5FD
Tones
Muted variations
1#679FE4
2#6EA0DD
3#75A1D6
4#7CA2D0
5#83A2C9
6#8AA3C2
7#91A4BB
8#98A4B4
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 #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | 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: #C4DBF8;
--sky-blue-300: #97C0F2;
--sky-blue-400: #609FEB;
--sky-blue-500: #3383E6;
--sky-blue-600: #1967C8;
--sky-blue-700: #14529F;
--sky-blue-800: #0E3B71;
--sky-blue-900: #092649;
--sky-blue-950: #06182D;
}