Teal
#236F90
BlueColor Codes
All color formats for development
HEX
#236F90RGB
rgb(35, 111, 144)HSL
hsl(198, 61%, 35%)OKLCH
oklch(0.511 0.089 231.2)CMYK
cmyk(76%, 23%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F6481
2#1C5973
3#184E65
4#154356
5#113848
6#0E2C39
7#0A212B
8#07161D
9#030B0E
Tints
Lighter variations
1#2984AA
2#3098C5
3#44A7D2
4#5FB4D8
5#7AC0DF
6#94CDE5
7#AFD9EC
8#CAE6F2
9#E4F2F9
Tones
Muted variations
1#286D8A
2#2E6B85
3#33687F
4#39667A
5#3E6474
6#43626F
7#49606A
8#4E5E64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D3 #A1D3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBC #6FBCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46A8 #46A8D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8C #2C8CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236F #236F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194F #194F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F2F8;
--teal-200: #CAE6F2;
--teal-300: #A1D3E8;
--teal-400: #6FBCDC;
--teal-500: #46A8D2;
--teal-600: #2C8CB5;
--teal-700: #236F90;
--teal-800: #194F67;
--teal-900: #103342;
--teal-950: #0A2029;
}