Sky Blue
#69B6E2
BlueColor Codes
All color formats for development
HEX
#69B6E2RGB
rgb(105, 182, 226)HSL
hsl(202, 68%, 65%)OKLCH
oklch(0.744 0.099 235.3)CMYK
cmyk(54%, 19%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA8DD
2#319BD8
3#2589C3
4#2075A7
5#1B628B
6#154E6F
7#103B54
8#0B2738
9#05141C
Tints
Lighter variations
1#78BDE5
2#87C5E8
3#96CCEB
4#A5D3EE
5#B4DAF1
6#C3E2F4
7#D2E9F6
8#E1F0F9
9#F0F8FC
Tones
Muted variations
1#6FB4DC
2#75B3D6
3#7BB1D0
4#81AFCA
5#87AEC4
6#8DACBE
7#94ABB8
8#9AA9B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFEC | BordersInactive statesPlaceholder text |
| 400 | 69B6 #69B6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA1 #3EA1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2485 #2485BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C7E4F4;
--sky-blue-300: #9CCFEC;
--sky-blue-400: #69B6E2;
--sky-blue-500: #3EA1DA;
--sky-blue-600: #2485BC;
--sky-blue-700: #1D6996;
--sky-blue-800: #144B6B;
--sky-blue-900: #0D3045;
--sky-blue-950: #081E2B;
}